File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,12 @@ jobs:
3232 steps :
3333 - uses : actions/checkout@v4
3434
35- - name : Set up JDK 11
35+ - name : Set up JDK 17
3636 uses : actions/setup-java@v4
3737 with :
38- java-version : ' 11'
39- distribution : ' adopt'
40- architecture : x64
41- cache : maven
38+ distribution : ' temurin'
39+ java-version : ' 17'
40+ cache : ' maven'
4241
4342 - name : Set up Python
4443 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -220,13 +220,12 @@ jobs:
220220 with :
221221 fetch-depth : 0
222222
223- - name : Set up JDK
223+ - name : Set up JDK 17
224224 uses : actions/setup-java@v4
225225 with :
226- java-version : ' 11'
227- distribution : ' adopt'
228- architecture : x64
229- cache : maven
226+ distribution : ' temurin'
227+ java-version : ' 17'
228+ cache : ' maven'
230229
231230 - name : Set up Python
232231 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 5858 <cs .jdk.version>11</cs .jdk.version>
5959 <cs .target.dir>target</cs .target.dir>
6060 <cs .replace.properties>build/replace.properties</cs .replace.properties>
61- <argLine >-Djava.security.egd=file:/dev/./urandom -noverify --add-opens=java.base/java.lang=ALL-UNNAMED --add-exports=java.base/sun.security.x509=ALL-UNNAMED --add-opens=java.base/javax.net.ssl=ALL-UNNAMED</argLine >
61+ <argLine >-Djava.security.egd=file:/dev/./urandom -noverify --add-opens=java.base/java.lang=ALL-UNNAMED --add-exports=java.base/sun.security.x509=ALL-UNNAMED --add-exports=java.base/sun.security.provider=ALL-UNNAMED --add- opens=java.base/javax.net.ssl=ALL-UNNAMED</argLine >
6262
6363 <!-- Plugins versions -->
6464 <cs .antrun-plugin.version>1.8</cs .antrun-plugin.version>
You can’t perform that action at this time.
0 commit comments