Skip to content

Commit 770079e

Browse files
add: workflow for publishing to maven central
1 parent d485e1f commit 770079e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

publish-package.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,7 @@ afterEvaluate {
9898
}
9999
}
100100

101-
// def signingKey = findProperty('SIGNING_KEY')
102-
// def signingKeyPwd = findProperty('SIGNING_KEY_PWD')
103101

104102
signing {
105-
// useInMemoryPgpKeys(signingKey, signingKeyPwd)
106103
sign publishing.publications
107104
}

0 commit comments

Comments
 (0)