File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/setup-java@v3
12
12
with :
13
13
distribution : ' temurin'
14
- java-version : 17
14
+ java-version : 19
15
15
cache : ' maven'
16
16
- name : Ensure to use tagged version
17
17
if : startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change 21
21
- uses : actions/setup-java@v3
22
22
with :
23
23
distribution : ' temurin'
24
- java-version : 17
24
+ java-version : 19
25
25
cache : ' maven'
26
26
- name : Initialize CodeQL
27
27
uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 16
16
- uses : actions/setup-java@v3
17
17
with :
18
18
distribution : ' temurin'
19
- java-version : 17
19
+ java-version : 19
20
20
cache : ' maven'
21
21
server-id : ossrh # Value of the distributionManagement/repository/id field of the pom.xml
22
22
server-username : MAVEN_USERNAME # env variable for username in deploy
Original file line number Diff line number Diff line change 11
11
- uses : actions/setup-java@v3
12
12
with :
13
13
distribution : ' temurin'
14
- java-version : 17
14
+ java-version : 19
15
15
cache : ' maven'
16
16
gpg-private-key : ${{ secrets.RELEASES_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
17
17
gpg-passphrase : MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
Original file line number Diff line number Diff line change 36
36
37
37
<properties >
38
38
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
39
- <project .jdk.version>17 </project .jdk.version>
39
+ <project .jdk.version>19 </project .jdk.version>
40
40
41
41
<!-- runtime dependencies -->
42
42
<api .version>1.2.0-beta4</api .version>
You can’t perform that action at this time.
0 commit comments