Skip to content

Commit bc21f83

Browse files
authored
chore(deps): update plugin com.diffplug.spotless to v6.17.0 (#1623)
2 parents 124487b + 76e2778 commit bc21f83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

settings.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
plugins {
9-
id 'com.diffplug.spotless' version '6.16.0' apply false
9+
id 'com.diffplug.spotless' version '6.17.0' apply false
1010
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
1111
id 'com.gradle.plugin-publish' version '1.1.0' apply false
1212
// https://github.com/gradle-nexus/publish-plugin/releases
@@ -92,7 +92,6 @@ def getStartProperty(java.lang.String name) {
9292
userProperties.load(userPropertiesFile.newReader())
9393
}
9494
return userProperties.get(name)
95-
9695
}
9796

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

0 commit comments

Comments
 (0)