Skip to content

Commit

Permalink
SDPMS-2257 Upgrade java version (#7)
Browse files Browse the repository at this point in the history
Description ✍️
This PR does the following:

Upgrade java version to 17
  • Loading branch information
vitordmoraes authored Sep 12, 2024
1 parent d80223c commit 7baddbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions imageeditlibrary/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
}

android {

namespace 'com.xinlan.imageeditlibrary'
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:
- openjdk17

0 comments on commit 7baddbb

Please sign in to comment.