File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - name : Set up JDK 17
13+ - name : Set up JDK 21
1414 uses : actions/setup-java@v5
1515 with :
16- java-version : ' 17 '
16+ java-version : ' 21 '
1717 distribution : ' adopt'
1818
1919 - name : 📚 Git Checkout
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - name : Set up JDK 17
13+ - name : Set up JDK 21
1414 uses : actions/setup-java@v5
1515 with :
16- java-version : ' 17 '
16+ java-version : ' 21 '
1717 distribution : ' adopt'
1818
1919 - name : 📚 Git Checkout
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - name : Set up JDK 17
13+ - name : Set up JDK 21
1414 uses : actions/setup-java@v5
1515 with :
16- java-version : ' 17 '
16+ java-version : ' 21 '
1717 distribution : ' adopt'
1818
1919 - name : 📚 Git Checkout
Original file line number Diff line number Diff line change @@ -38,13 +38,12 @@ android {
3838 ndkVersion flutter. ndkVersion
3939
4040 compileOptions {
41- sourceCompatibility JavaVersion . VERSION_17
42- targetCompatibility JavaVersion . VERSION_17
43- coreLibraryDesugaringEnabled true
41+ sourceCompatibility JavaVersion . VERSION_21
42+ targetCompatibility JavaVersion . VERSION_21
4443 }
4544
4645 kotlinOptions {
47- jvmTarget = 17
46+ jvmTarget = ' 21 '
4847 }
4948
5049 sourceSets {
You can’t perform that action at this time.
0 commit comments