Skip to content

Commit ce444fa

Browse files
committed
update version
1 parent 2c93b74 commit ce444fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group 'com.formkiq.gradle'
13-
version '1.7.0'
13+
version '1.7.1'
1414

1515
spotless {
1616
java {
@@ -56,7 +56,7 @@ spotbugsMain {
5656

5757
spotless {
5858
java {
59-
eclipse().configFile project.rootProject.file("spotless.eclipseformat.xml")
59+
eclipse().configFile rootProject.file("spotless.eclipseformat.xml")
6060
}
6161
}
6262

0 commit comments

Comments
 (0)