We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320a04b commit e93bb50Copy full SHA for e93bb50
1 file changed
build.gradle
@@ -17,7 +17,7 @@ plugins {
17
// Code formatting; defines targets "spotlessApply" and "spotlessCheck".
18
// https://github.com/diffplug/spotless/tags ; see tags starting "gradle/"
19
// Only works on JDK 11+ (even including the plugin crashes Gradle on JDK 8).
20
- id 'com.diffplug.spotless' version '8.2.0'
+ id 'com.diffplug.spotless' version '8.2.1'
21
}
22
23
// There is another `repositories { ... }` block below; if you change this one, change that one as well.
0 commit comments