Skip to content

Commit

Permalink
I hope jitpack will work
Browse files Browse the repository at this point in the history
  • Loading branch information
AltronMaxX committed Sep 29, 2023
1 parent 5918ed3 commit c79a13d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ allprojects {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}

//Just need for test for jitpack
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
}

Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jdk:
- openjdk18
- openjdk17

0 comments on commit c79a13d

Please sign in to comment.