We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c93b74 commit ce444faCopy full SHA for ce444fa
1 file changed
build.gradle
@@ -10,7 +10,7 @@ plugins {
10
}
11
12
group 'com.formkiq.gradle'
13
-version '1.7.0'
+version '1.7.1'
14
15
spotless {
16
java {
@@ -56,7 +56,7 @@ spotbugsMain {
56
57
58
59
- eclipse().configFile project.rootProject.file("spotless.eclipseformat.xml")
+ eclipse().configFile rootProject.file("spotless.eclipseformat.xml")
60
61
62
0 commit comments