Skip to content

Commit

Permalink
build: Finally fix JitPack after disabling signing for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nhubbard committed Feb 29, 2024
1 parent 67206c2 commit 2199605
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,6 @@ centralPortal {
}

signing {
isRequired = true
isRequired = System.getenv("JITPACK") != "true"
useGpgCmd()
}
1 change: 0 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ jdk:
- openjdk21
install:
- echo "Building JitPack release"
- env
- ./gradlew clean publishToMavenLocal -xtest

0 comments on commit 2199605

Please sign in to comment.