File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
3131
3232 steps :
3333 - uses : actions/checkout@v4
34- - name : Set up JDK 11
34+ - name : Set up JDK 17
3535 uses : https://github.com/actions/setup-java@v4
3636 with :
37- java-version : ' 11 '
37+ java-version : ' 17 '
3838 distribution : ' temurin'
3939 - name : Build with Gradle
4040 uses : gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929
3030 steps :
3131 - uses : actions/checkout@v4
32- - name : Set up JDK 11
32+ - name : Set up JDK 16
3333 uses : actions/setup-java@v4
3434 with :
35- java-version : ' 11 '
35+ java-version : ' 17 '
3636 distribution : ' temurin'
3737 - name : Build with Gradle
3838 uses : gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7
Original file line number Diff line number Diff line change 11#
2- # Copyright 2015-2022 Martin Goellnitz
2+ # Copyright 2015-2025 Martin Goellnitz
33#
44# This program is free software: you can redistribute it and/or modify
55# it under the terms of the GNU General Public License as published by
1414# You should have received a copy of the GNU General Public License
1515# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616#
17- image : gradle:jdk11
17+ image : gradle:jdk17
1818
1919variables :
2020 GRADLE_USER_HOME : /tmp/.gradle
You can’t perform that action at this time.
0 commit comments