File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,12 @@ jobs:
32
32
steps :
33
33
- uses : actions/checkout@v4
34
34
35
- - name : Set up JDK 11
35
+ - name : Set up JDK 17
36
36
uses : actions/setup-java@v4
37
37
with :
38
- java-version : ' 11'
39
- distribution : ' adopt'
40
- architecture : x64
41
- cache : maven
38
+ distribution : ' temurin'
39
+ java-version : ' 17'
40
+ cache : ' maven'
42
41
43
42
- name : Set up Python
44
43
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 58
58
<cs .jdk.version>11</cs .jdk.version>
59
59
<cs .target.dir>target</cs .target.dir>
60
60
<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 >
62
62
63
63
<!-- Plugins versions -->
64
64
<cs .antrun-plugin.version>1.8</cs .antrun-plugin.version>
You can’t perform that action at this time.
0 commit comments