Skip to content

Commit 6a9dcfd

Browse files
committed
Stop disabling plugin-maven on JITPACK.
1 parent b290d8c commit 6a9dcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def getStartProperty(java.lang.String name) {
9191

9292
}
9393

94-
if (System.getenv('SPOTLESS_EXCLUDE_MAVEN') != 'true' && getStartProperty('SPOTLESS_EXCLUDE_MAVEN') != 'true' && System.getenv('JITPACK') != 'true') {
94+
if (System.getenv('SPOTLESS_EXCLUDE_MAVEN') != 'true' && getStartProperty('SPOTLESS_EXCLUDE_MAVEN') != 'true') {
9595
include 'plugin-maven' // maven-specific glue code
9696
}
9797

0 commit comments

Comments
 (0)