File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Latest Commit
14- uses : actions/checkout@v4.1.1
14+ uses : actions/checkout@v4.2.2
1515 - name : Grant execute permission for gradlew
1616 run : chmod +x gradlew
1717 - name : Bump Version
@@ -28,19 +28,19 @@ jobs:
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout Latest Commit
31- uses : actions/checkout@v4.1.1
31+ uses : actions/checkout@v4.2.2
3232 with :
3333 ref : ' master'
3434 - name : Set up JDK
35- uses : actions/setup-java@v4.1 .0
35+ uses : actions/setup-java@v4.6 .0
3636 with :
3737 distribution : ' temurin'
38- java-version : ' 17 '
38+ java-version : ' 21 '
3939 java-package : jdk
4040 - name : Grant execute permission for gradlew
4141 run : chmod +x gradlew
4242 - name : Publish with Gradle
4343 run : ./gradlew publishMavenPublicationToReleasesRepository
4444 env :
4545 MAVEN_USERNAME : ${{ secrets.RELEASESUSERNAME }}
46- MAVEN_PASSWORD : ${{ secrets.RELEASESPASSWORD }}
46+ MAVEN_PASSWORD : ${{ secrets.RELEASESPASSWORD }}
You can’t perform that action at this time.
0 commit comments