mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2025-12-31 00:59:51 -06:00
Bump Java Version to 17 (#519)
This commit is contained in:
committed by
GitHub
parent
cf6cc72269
commit
b3c94f1b04
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
@@ -9,7 +9,7 @@ runs:
|
||||
- name: 🧱 Set Up JDK
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: 17
|
||||
distribution: adopt-openj9
|
||||
|
||||
- name: "Grant Gradlew rights"
|
||||
|
||||
@@ -45,7 +45,7 @@ android {
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = '1.8'
|
||||
jvmTarget = '17'
|
||||
|
||||
freeCompilerArgs += [
|
||||
'-Xopt-in=androidx.compose.material3.ExperimentalMaterial3Api'
|
||||
|
||||
@@ -27,7 +27,7 @@ android {
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = '1.8'
|
||||
jvmTarget = '17'
|
||||
}
|
||||
|
||||
namespace 'com.yogeshpaliyal.common'
|
||||
|
||||
Reference in New Issue
Block a user