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

Commit be922a9

Browse files
committed
sync to maven central
1 parent ec56d6f commit be922a9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build.gradle

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

0 commit comments

Comments
 (0)