Skip to content

Commit

Permalink
Updated jitpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Jan 20, 2024
1 parent 0dc3b8c commit cdb2b4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ java {
withSourcesJar()
withJavadocJar()

toolchain {
languageVersion = JavaLanguageVersion.of(17)
}

sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
}
Expand Down
4 changes: 2 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deploys the latest stable JDK available and sets it to default without having to manually specify it here,
# Deploys the latest stable JDK 17 available and sets it to default without having to manually specify it here,
# Which includes using temurin as the distribution.
before_install:
- curl -s "https://get.sdkman.io" | bash
- source ~/.sdkman/bin/sdkman-init.sh
- sdk install java
- sdk install java 17.0.10-tem

0 comments on commit cdb2b4c

Please sign in to comment.