We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 124487b + 76e2778 commit bc21f83Copy full SHA for bc21f83
settings.gradle
@@ -6,7 +6,7 @@ pluginManagement {
6
}
7
8
plugins {
9
- id 'com.diffplug.spotless' version '6.16.0' apply false
+ id 'com.diffplug.spotless' version '6.17.0' apply false
10
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
11
id 'com.gradle.plugin-publish' version '1.1.0' apply false
12
// https://github.com/gradle-nexus/publish-plugin/releases
@@ -92,7 +92,6 @@ def getStartProperty(java.lang.String name) {
92
userProperties.load(userPropertiesFile.newReader())
93
94
return userProperties.get(name)
95
-
96
97
98
if (System.getenv('SPOTLESS_EXCLUDE_MAVEN') != 'true' && getStartProperty('SPOTLESS_EXCLUDE_MAVEN') != 'true') {
0 commit comments