File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
flink-connector-clickhouse-base Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -199,14 +199,14 @@ publishing {
199199 }
200200}
201201
202- // signing {
203- // val signingKey = System.getenv("SIGNING_PASSWORD ")
204- // val signingPassword = System.getenv("SIGNING_KEY ")
205- // if (signingKey != null && signingPassword != null) {
206- // useInMemoryPgpKeys(signingKey, signingPassword)
207- // }
208- // sign(publishing.publications["maven"])
209- // }
202+ signing {
203+ val signingKey = System .getenv(" SIGNING_KEY " )
204+ val signingPassword = System .getenv(" SIGNING_PASSWORD " )
205+ if (signingKey != null && signingPassword != null ) {
206+ useInMemoryPgpKeys(signingKey, signingPassword)
207+ }
208+ sign(publishing.publications[" maven" ])
209+ }
210210
211211nmcp {
212212 publish(" maven" ) {
You can’t perform that action at this time.
0 commit comments