File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3131 type : string
3232 default : " "
3333jobs :
34+ name : " ${{ matrix.module }} (Java ${{ inputs.java-version }})"
3435 build-and-test :
3536 runs-on : self-hosted
3637 steps :
Original file line number Diff line number Diff line change 428428 <profile >
429429 <id >java8</id >
430430 <properties >
431- <target .java.version>8</target .java.version>
431+ <target .java.version>1. 8</target .java.version>
432432 </properties >
433433 <build >
434434 <plugins >
435435 <plugin >
436436 <groupId >org.apache.maven.plugins</groupId >
437437 <artifactId >maven-compiler-plugin</artifactId >
438438 <configuration >
439- <source >8 </source >
440- <target >8 </target >
439+ <source >${target.java.version} </source >
440+ <target >${target.java.version} </target >
441441 <useIncrementalCompilation >false</useIncrementalCompilation >
442442 <compilerArgs >
443443 <!-- Prevents recompilation due to missing package-info.class, see MCOMPILER-205 -->
You can’t perform that action at this time.
0 commit comments