Skip to content

Commit

Permalink
Set jitpack jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
vaperion committed Feb 24, 2024
1 parent 7b26c06 commit 123719e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ repositories {
maven { url 'https://repo.dmulloy2.net/repository/public/' }
}

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
implementation project(":core")

Expand Down
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
jdk:
- openjdk17
install:
- chmod +x ./gradlew
- ./gradlew clean build publishToMavenLocal

0 comments on commit 123719e

Please sign in to comment.