Skip to content

Commit

Permalink
Disable Gradle build cache for JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 committed Sep 26, 2024
1 parent 4f8b221 commit 22bbc9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
jdk:
- openjdk11
install:
- ./gradlew clean publishToMavenLocal -Porg.gradle.java.installations.auto-download=false
# Disable build cache; JitPack containers are probably single-use
# Disable download of JDK toolchain, JDK version specified above should already match
- ./gradlew clean publishToMavenLocal --no-build-cache -Porg.gradle.java.installations.auto-download=false

0 comments on commit 22bbc9d

Please sign in to comment.