File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 2222 - uses :
2323 AdoptOpenJDK/install-jdk@v1
2424 with :
25- version : ' 11 '
25+ version : ' 17 '
2626 - name : test maven
2727 run : |
2828 cd maven
Original file line number Diff line number Diff line change 1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13- <java .version>1.8</ java .version >
13+ <maven .compiler.release>17</ maven .compiler.release >
1414 </properties >
1515
1616 <dependencyManagement >
7171 <groupId >org.apache.maven.plugins</groupId >
7272 <artifactId >maven-compiler-plugin</artifactId >
7373 <version >3.13.0</version >
74- <configuration >
75- <encoding >UTF-8</encoding >
76- <source >${java.version} </source >
77- <target >${java.version} </target >
78- </configuration >
7974 </plugin >
8075 <plugin >
8176 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments