Skip to content

Commit

Permalink
Applied new paddedCell to gradle formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
fvgh committed Apr 29, 2017
1 parent 2c628a8 commit 49b96bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
repositories { maven { url 'https://plugins.gradle.org/m2/' }}
repositories { maven { url 'https://plugins.gradle.org/m2/' } }
dependencies {
classpath "com.diffplug.gradle:goomph:${VER_GOOMPH}"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:${VER_BINTRAY}"
Expand Down
3 changes: 2 additions & 1 deletion gradle/java-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ model {
username = cred('nexus_user')
password = cred('nexus_pass')
}
}}
}
}
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions spotlessSelf.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
buildscript { repositories { jcenter() }}
buildscript { repositories { jcenter() } }

// applied by SelfTest
plugins {
Expand Down Expand Up @@ -32,9 +32,9 @@ spotless {
include '**/*.gradle'
exclude '_ext/**'
}
paddedCell()
custom 'noInternalDeps', noInternalDepsClosure
custom 'preventFormatPingPong', { return it.replaceAll('}[ \t]+}', '}}') }
bumpThisNumberIfACustomStepChanges(1)
bumpThisNumberIfACustomStepChanges(2)
greclipse().configFile('spotless.eclipseformat.xml', 'spotless.groovyformat.prefs')
}
freshmark {
Expand Down

0 comments on commit 49b96bc

Please sign in to comment.