Skip to content

Commit

Permalink
chore(deps): update plugin com.diffplug.spotless to v6.17.0 (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Mar 13, 2023
2 parents 124487b + 76e2778 commit bc21f83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id 'com.diffplug.spotless' version '6.16.0' apply false
id 'com.diffplug.spotless' version '6.17.0' apply false
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
id 'com.gradle.plugin-publish' version '1.1.0' apply false
// https://github.com/gradle-nexus/publish-plugin/releases
Expand Down Expand Up @@ -92,7 +92,6 @@ def getStartProperty(java.lang.String name) {
userProperties.load(userPropertiesFile.newReader())
}
return userProperties.get(name)

}

if (System.getenv('SPOTLESS_EXCLUDE_MAVEN') != 'true' && getStartProperty('SPOTLESS_EXCLUDE_MAVEN') != 'true') {
Expand Down

0 comments on commit bc21f83

Please sign in to comment.