File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v1
1616 - uses : actions/setup-java@v1
1717 with :
18- java-version : 8
18+ java-version : 17
1919 - uses : eskatos/gradle-command-action@v1
2020 with :
2121 dependencies-cache-enabled : true
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v1
1313 - uses : actions/setup-java@v1
1414 with :
15- java-version : 8
15+ java-version : 17
1616 - run : |
1717 echo "version=${GITHUB_REF##*/}" >> gradle.properties
1818 echo "gradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}" >> gradle.properties
2727 - uses : actions/checkout@v1
2828 - uses : actions/setup-java@v1
2929 with :
30- java-version : 8
30+ java-version : 17
3131 - run : |
3232 echo "version=${GITHUB_REF##*/}" >> gradle.properties
3333 - uses : eskatos/gradle-command-action@v1
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ allprojects {
99
1010subprojects {
1111 plugins. withId(' java' ) {
12- sourceCompatibility = JavaVersion . VERSION_1_8
13- targetCompatibility = JavaVersion . VERSION_1_8
12+ sourceCompatibility = JavaVersion . VERSION_17
13+ targetCompatibility = JavaVersion . VERSION_17
1414
1515 compileJava {
1616 options. encoding = ' UTF-8'
You can’t perform that action at this time.
0 commit comments