File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,10 @@ jobs:
1313 ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.GPG_SIGN_PW }}
1414 steps :
1515 - uses : actions/checkout@v3
16- with :
17- fetch-depth : 0
18-
19- - name : Set up JDK 8
16+ - name : Set up JDK 17
2017 uses : actions/setup-java@v3
2118 with :
22- java-version : 8
19+ java-version : 17
2320 distribution : ' temurin'
2421
2522 - name : Setup Gradle
@@ -40,13 +37,10 @@ jobs:
4037 packages : write
4138 steps :
4239 - uses : actions/checkout@v3
43- with :
44- fetch-depth : 0
45-
46- - name : Set up JDK 8
40+ - name : Set up JDK 17
4741 uses : actions/setup-java@v3
4842 with :
49- java-version : 8
43+ java-version : 17
5044 distribution : ' temurin'
5145
5246 - name : Setup Gradle
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group = ' me.grapebaba'
12- version = ' 0.1.0-SNAPSHOT '
12+ version = ' 0.1.0'
1313
1414repositories {
1515 mavenCentral()
You can’t perform that action at this time.
0 commit comments