File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
- name : Checkout
15
15
uses : actions/checkout@v4
16
16
17
- - name : Setup Java 21 and Apache Maven
17
+ - name : Setup Java 11 and Apache Maven
18
18
uses : actions/setup-java@v4
19
19
with :
20
20
distribution : ' temurin'
21
- java-version : 21
21
+ java-version : 11
22
22
server-id : ossrh
23
23
server-username : MAVEN_USERNAME
24
24
server-password : MAVEN_CENTRAL_TOKEN
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
fetch-depth : 5
15
15
persist-credentials : false
16
16
17
- - name : Setup Java 21 and Apache Maven
17
+ - name : Setup Java 11 and Apache Maven
18
18
uses : actions/setup-java@v4
19
19
with :
20
20
distribution : ' temurin'
21
- java-version : 21
21
+ java-version : 11
22
22
server-id : ossrh
23
23
server-username : MAVEN_USERNAME
24
24
server-password : MAVEN_CENTRAL_TOKEN
45
45
needs : [ release ]
46
46
steps :
47
47
- name : Checkout
48
- uses : actions/checkout@v2
48
+ uses : actions/checkout@v4
49
49
with :
50
50
fetch-depth : 5
51
51
persist-credentials : false
Original file line number Diff line number Diff line change 42
42
43
43
<properties >
44
44
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
45
- <maven .compiler.resource>21 </maven .compiler.resource >
45
+ <maven .compiler.release>11 </maven .compiler.release >
46
46
<source .plugin.version>3.3.0</source .plugin.version>
47
47
<javadoc .plugin.version>3.5.0</javadoc .plugin.version>
48
48
<gpg .plugin.version>3.1.0</gpg .plugin.version>
112
112
<groupId >org.apache.maven.plugins</groupId >
113
113
<artifactId >maven-compiler-plugin</artifactId >
114
114
<version >3.13.0</version >
115
- <configuration >
116
- <source >21</source >
117
- <target >21</target >
118
- </configuration >
119
115
</plugin >
120
116
<plugin >
121
117
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments