Skip to content

Commit

Permalink
Merge pull request #648 from jamesmudd/jamesmudd-patch-1
Browse files Browse the repository at this point in the history
Disable signing if no key available to allow jitpack builds
  • Loading branch information
jamesmudd authored Nov 19, 2024
2 parents 8d59f3d + 3aff347 commit 4f85e2d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 130 deletions.
65 changes: 0 additions & 65 deletions .github/pom.xml

This file was deleted.

1 change: 1 addition & 0 deletions jhdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ publishing {
}

signing {
required { System.getenv("SIGNING_KEY") != null }
def signingKey = System.getenv("SIGNING_KEY")
def signingPassword = System.getenv("SIGNING_PASSWORD")
useInMemoryPgpKeys(signingKey, signingPassword)
Expand Down
65 changes: 0 additions & 65 deletions pom.xml

This file was deleted.

0 comments on commit 4f85e2d

Please sign in to comment.