File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
17
17
- uses : actions/setup-java@v3
18
18
with :
19
- java-version : ' 11 '
20
- distribution : ' adopt '
19
+ distribution : ' temurin '
20
+ java-version : ' 17 '
21
21
cache : ' maven'
22
22
- name : Build
23
23
run : mvn verify --settings .github/settings.xml -DtrimStackTrace=false
Original file line number Diff line number Diff line change 18
18
19
19
- uses : actions/setup-java@v3
20
20
with :
21
- java-version : ' 11 '
22
- distribution : ' adopt '
23
- cache : ' maven'
21
+ distribution : ' temurin '
22
+ java-version : ' 17 '
23
+ cache : ' maven'
24
24
- name : Build & Deploy
25
25
run : |
26
26
mvn install -e --batch-mode --settings .github/settings.xml --file pom.xml -DtrimStackTrace=false
Original file line number Diff line number Diff line change 22
22
<revision >5.2.0</revision >
23
23
<sha1 ></sha1 >
24
24
<changelist >-SNAPSHOT</changelist >
25
- <java .version>11 </java .version>
25
+ <java .version>17 </java .version>
26
26
<junit .version>5.8.2</junit .version>
27
27
28
28
<maven .compiler.source>${java.version} </maven .compiler.source>
You can’t perform that action at this time.
0 commit comments