File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/setup-java@v2
15
15
with :
16
16
distribution : ' temurin'
17
- java-version : ' 11 '
17
+ java-version : ' 17 '
18
18
- name : Run tests
19
19
run : mvn -B clean install
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
with :
15
15
ref : main
16
16
fetch-depth : 0
17
- - name : Set up JDK 11
17
+ - name : Set up JDK 17
18
18
uses : actions/setup-java@v2
19
19
with :
20
20
distribution : ' temurin'
21
- java-version : ' 11 '
21
+ java-version : ' 17 '
22
22
server-id : ossrh
23
23
server-username : OSSRH_USERNAME
24
24
server-password : OSSRH_TOKEN
Original file line number Diff line number Diff line change 130
130
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
131
131
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
132
132
133
- <java-target-version >11 </java-target-version >
134
- <java-source-version >11 </java-source-version >
133
+ <java-target-version >17 </java-target-version >
134
+ <java-source-version >17 </java-source-version >
135
135
136
136
<sonar .coverage.jacoco.xmlReportPaths>
137
137
${project.basedir} /../sds-sdk-test-report/target/site/jacoco-aggregate/jacoco.xml,
You can’t perform that action at this time.
0 commit comments