File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222
2323 steps :
2424 - uses : actions/checkout@v4
25- - name : Set up JDK 17
25+ - name : Set up JDK 21
2626 uses : actions/setup-java@v4
2727 with :
28- java-version : ' 17 '
28+ java-version : ' 21 '
2929 distribution : ' temurin'
3030
3131 # Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
@@ -55,10 +55,10 @@ jobs:
5555
5656 steps :
5757 - uses : actions/checkout@v4
58- - name : Set up JDK 17
58+ - name : Set up JDK 21
5959 uses : actions/setup-java@v4
6060 with :
61- java-version : ' 17 '
61+ java-version : ' 21 '
6262 distribution : ' temurin'
6363
6464 # Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ group = 'com.bileto'
99version = ' 0.0.0-SNAPSHOT'
1010
1111java {
12- sourceCompatibility = JavaVersion . VERSION_17
13- targetCompatibility = JavaVersion . VERSION_17
12+ sourceCompatibility = JavaVersion . VERSION_21
13+ targetCompatibility = JavaVersion . VERSION_21
1414}
1515
1616repositories {
You can’t perform that action at this time.
0 commit comments