Skip to content

Commit 49b96bc

Browse files
committed
Applied new paddedCell to gradle formatting.
1 parent 2c628a8 commit 49b96bc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
repositories { maven { url 'https://plugins.gradle.org/m2/' }}
2+
repositories { maven { url 'https://plugins.gradle.org/m2/' } }
33
dependencies {
44
classpath "com.diffplug.gradle:goomph:${VER_GOOMPH}"
55
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:${VER_BINTRAY}"

gradle/java-publish.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ model {
117117
username = cred('nexus_user')
118118
password = cred('nexus_pass')
119119
}
120-
}}
120+
}
121+
}
121122
}
122123
}
123124
}

spotlessSelf.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
buildscript { repositories { jcenter() }}
1+
buildscript { repositories { jcenter() } }
22

33
// applied by SelfTest
44
plugins {
@@ -32,9 +32,9 @@ spotless {
3232
include '**/*.gradle'
3333
exclude '_ext/**'
3434
}
35+
paddedCell()
3536
custom 'noInternalDeps', noInternalDepsClosure
36-
custom 'preventFormatPingPong', { return it.replaceAll('}[ \t]+}', '}}') }
37-
bumpThisNumberIfACustomStepChanges(1)
37+
bumpThisNumberIfACustomStepChanges(2)
3838
greclipse().configFile('spotless.eclipseformat.xml', 'spotless.groovyformat.prefs')
3939
}
4040
freshmark {

0 commit comments

Comments
 (0)