Skip to content

Commit ce5b31f

Browse files
committed
test
1 parent b5e8811 commit ce5b31f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@
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>
@@ -455,7 +454,6 @@
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>
@@ -559,6 +557,11 @@
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>

0 commit comments

Comments
 (0)