File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
- name : Set up JDK
12
12
uses : actions/setup-java@v1
13
13
with :
14
- java-version : ' 17 '
14
+ java-version : ' 21 '
15
15
- name : Build project with Maven
16
16
run : mvn -B -ntp -Dstyle.color=always install
17
17
- name : Coveralls GitHub Action
18
- uses :
coverallsapp/[email protected]
18
+ uses :
coverallsapp/[email protected]
Original file line number Diff line number Diff line change 15
15
- name : Set up JDK
16
16
uses : actions/setup-java@v1
17
17
with :
18
- java-version : ' 17 '
18
+ java-version : ' 21 '
19
19
- name : Build project with Maven
20
20
run : mvn -B -ntp -Dstyle.color=always install
21
21
- name : Coveralls GitHub Action
Original file line number Diff line number Diff line change 72
72
- name : Set up JDK
73
73
uses : actions/setup-java@v1
74
74
with :
75
- java-version : ' 17 '
75
+ java-version : ' 21 '
76
76
- name : Download natives and build project
77
77
uses : actions/download-artifact@v4
78
78
with :
Original file line number Diff line number Diff line change 78
78
- name : Set up Apache Maven Central
79
79
uses : actions/setup-java@v3
80
80
with :
81
- java-version : 17
81
+ java-version : 21
82
82
distribution : ' temurin'
83
83
cache : ' maven'
84
84
gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }} # Value of the GPG private key to import
Original file line number Diff line number Diff line change 20
20
- name : Set up Java
21
21
uses : actions/setup-java@v3
22
22
with :
23
- java-version : 17
23
+ java-version : 21
24
24
distribution : ' temurin'
25
25
cache : ' maven'
26
26
- name : Build and run url updater
You can’t perform that action at this time.
0 commit comments