Skip to content

Commit

Permalink
FIX jitpack jdk version
Browse files Browse the repository at this point in the history
update-gradle
  • Loading branch information
ninovanhooff committed Dec 24, 2024
1 parent f50992b commit 823a5e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ android {
}
}
compileOptions {
// keep in sync with jitpack.yml
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
}
Expand Down
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk21

0 comments on commit 823a5e6

Please sign in to comment.