We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe02f99 commit 368c763Copy full SHA for 368c763
1 file changed
.github/workflows/main.yml
@@ -14,11 +14,11 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v3
17
- - name: Set up JDK 16
+ - name: Set up JDK 17
18
uses: actions/setup-java@v3
19
with:
20
distribution: 'temurin'
21
- java-version: '16'
+ java-version: '17'
22
cache: 'maven'
23
- name: pom.yml バージョン更新
24
run: mvn versions:set -DnewVersion=release-v${{ github.run_number }}
0 commit comments