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 99 steps :
1010 - name : Checkout
1111 uses : actions/checkout@v5
12- - name : Set up JDK 8
12+ - name : Set up JDK 21
1313 uses : actions/setup-java@v5
1414 with :
15- java-version : ' 8 '
15+ java-version : ' 21 '
1616 distribution : ' temurin'
1717 - name : Build and publish to Maven Local with Maven
1818 run : ./mvnw clean install -B
@@ -31,10 +31,10 @@ jobs:
3131 steps :
3232 - name : Checkout
3333 uses : actions/checkout@v5
34- - name : Set up JDK 8
34+ - name : Set up JDK 21
3535 uses : actions/setup-java@v5
3636 with :
37- java-version : ' 8 '
37+ java-version : ' 21 '
3838 distribution : ' temurin'
3939 - name : Download plugin to maven local
4040 uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 9393 <artifactId >maven-compiler-plugin</artifactId >
9494 <version >3.14.1</version >
9595 <configuration >
96- <source >1.8</source >
97- <target >1.8</target >
96+ <release >8</release >
9897 <annotationProcessorPaths >
9998 <path >
10099 <groupId >org.eclipse.sisu</groupId >
You can’t perform that action at this time.
0 commit comments