Update CI Java version

This commit is contained in:
Stypox 2023-04-20 11:31:45 +02:00
parent 78e1e0508e
commit 69ef4a987e
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
2 changed files with 18 additions and 13 deletions

View file

@ -80,13 +80,13 @@ android {
// Flag to enable support for the new language APIs
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
encoding 'utf-8'
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_11
jvmTarget = JavaVersion.VERSION_17
}
sourceSets {