Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Commit 10c44fe

Browse files
committed
deactivate publish for now
1 parent 3b9e070 commit 10c44fe

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,11 @@ subprojects {
134134
gpg {
135135
sign = true
136136
}
137-
mavenCentralSync {
138-
sync = true
139-
user = System.env.MAVEN_CENTRAL_USER
140-
password = System.env.MAVEN_CENTRAL_PASSWORD
141-
close = '1'
142-
}
137+
// mavenCentralSync { sync = true
138+
// user = System.env.MAVEN_CENTRAL_USER
139+
// password = System.env.MAVEN_CENTRAL_PASSWORD
140+
// close = '1'
141+
// }
143142
}
144143
}
145144
}

0 commit comments

Comments
 (0)