Skip to content

Commit

Permalink
chore: update build file
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Sep 12, 2024
1 parent a6c8cd1 commit 8425872
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions code/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,35 +132,6 @@ publishing {

}

tasks.named("publishMavenJavaPublicationToMavenRepoRepository") { task ->
task.doLast {
println "Publication 'mavenJava' successfully published to MavenRepo!"
}
}

//signing {
// sign publishing.publications
////
//// useGpgCmd()
//// def signingKeyId = System.getenv("gpg-signing-key")
//// def signingKey = System.getenv("gpg-private-key")
//// def signingPassword = System.getenv("gpg-passphrase")
////
//// println("Signing key: $signingKeyId")
//// println("Signing key: $signingKey")
//// println("Signing password: $signingPassword")
////
//// signatory {
//// gnupg {
//// keyId = signingKeyId
//// if (signingKey != null) {
//// privateKey = signingKey
//// }
//// password = signingPassword
//// }
//// }
//}

tasks.register('versionsSet') {
doLast {
def pattern = ~/(\R|^)(version\s*=\s*)([-.A-Z0-9]+)(\R|$)/
Expand Down

0 comments on commit 8425872

Please sign in to comment.