We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a6f36 commit 849be69Copy full SHA for 849be69
build.gradle
@@ -15,7 +15,7 @@ plugins {
15
// Code formatting; defines targets "spotlessApply" and "spotlessCheck".
16
// https://github.com/diffplug/spotless/tags ; see tags starting "gradle/"
17
// Only works on JDK 11+ (even including the plugin crashes Gradle on JDK 8).
18
- id 'com.diffplug.spotless' version '7.0.3'
+ id 'com.diffplug.spotless' version '7.0.4'
19
}
20
21
// There is another `repositories { ... }` block below; if you change this one, change that one as well.
0 commit comments