File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v2
17- - name : Set up JDK 8
17+ - name : Set up JDK 17
1818 uses : actions/setup-java@v2
1919 with :
20- java-version : ' 8 '
21- distribution : ' adopt '
20+ java-version : ' 17 '
21+ distribution : ' temurin '
2222
2323 - name : mvn clean install
2424 run : mvn clean install
Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ jobs:
1212 - name : Checkout
1313 uses : actions/checkout@v3
1414
15- - name : Set up JDK 8
15+ - name : Set up JDK 17
1616 uses : actions/setup-java@v2
1717 with :
18- java-version : ' 8 '
19- distribution : ' adopt '
18+ java-version : ' 17 '
19+ distribution : ' temurin '
2020 cache : maven
2121
2222 - name : Setup Maven Central
2323 uses : actions/setup-java@v3
2424 with : # overwrite settings.xml
25- java-version : ' 8 '
26- distribution : ' adopt '
25+ java-version : ' 17 '
26+ distribution : ' temurin '
2727 server-id : sonatype
2828 server-username : OSSRH_USERNAME
2929 server-password : OSSRH_PASSWORD
You can’t perform that action at this time.
0 commit comments