Skip to content

Commit

Permalink
Temporarily disable publishing to unblock GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
deepy committed Feb 25, 2024
1 parent 7981108 commit 760c8c7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ artifacts {
archives javadocJar, sourcesJar
}

if (System.getenv("CI") != null) {
signing {
required { true }
useGpgCmd()
sign configurations.archives
}
}

def ossrhUsername = System.getenv("OSSRH_USER") ?: ""
def ossrhPassword = System.getenv("OSSRH_PASSWORD") ?: ""

Expand Down

0 comments on commit 760c8c7

Please # to comment.