File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 6262 uses : actions/setup-java@v4
6363 with :
6464 java-version : ' 11'
65- distribution : ' temurin '
65+ distribution : ' zulu '
6666 - name : Build
6767 run : |
6868 mvn -T 1C -B clean install -DskipTests
Original file line number Diff line number Diff line change 430430 <plugin >
431431 <groupId >org.apache.maven.plugins</groupId >
432432 <artifactId >maven-compiler-plugin</artifactId >
433- <version >3.8.0</version >
434433 <configuration >
435434 <source >8</source >
436435 <target >8</target >
455454 <plugin >
456455 <groupId >org.apache.maven.plugins</groupId >
457456 <artifactId >maven-compiler-plugin</artifactId >
458- <version >3.8.0</version >
459457 <configuration >
460458 <!-- Make sure that we only use Java 8 compatible APIs -->
461459 <source >${target.java.version} </source >
559557 </configuration >
560558 </plugin >
561559
560+ <plugin >
561+ <groupId >org.apache.maven.plugins</groupId >
562+ <artifactId >maven-compiler-plugin</artifactId >
563+ <version >3.8.0</version >
564+ </plugin >
562565
563566 <plugin >
564567 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments