File tree Expand file tree Collapse file tree 6 files changed +18
-30
lines changed
Expand file tree Collapse file tree 6 files changed +18
-30
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 - name : Download repository
1111 uses : actions/checkout@v2
1212
13- - name : Set up JDK 9
13+ - name : Set up JDK 11
1414 uses : actions/setup-java@v1
1515 with :
16- java-version : 9
16+ java-version : 11
1717
1818 - name : Set up Maven
1919 uses : stCarolas/setup-maven@v4
3030 if : ${{ always() }}
3131 run : |
3232 tail -n 500 maven-install-output.txt
33- tail -n 500 target/it-tests/junit-test/build.log
3433 tail -n 500 target/it-tests/gwt-jar-test/build.log
35- tail -n 500 target/it-tests/timezone-test/build.log
3634
3735 - uses : actions/upload-artifact@v4
3836 if : failure()
4644 name : gwt-jar-test-build.log
4745 path : target/it-tests/gwt-jar-test/build.log
4846
49- - uses : actions/upload-artifact@v4
50- if : failure()
51- with :
52- name : junit-test-build.log
53- path : target/it-tests/junit-test/build.log
54-
55- - uses : actions/upload-artifact@v4
56- if : failure()
57- with :
58- name : timezone-test-build.log
59- path : target/it-tests/timezone-test/build.log
6047
6148
Original file line number Diff line number Diff line change 99
1010 <properties >
1111 <gwt-version >2.11.0</gwt-version >
12- <maven .compiler.source>1.9 </maven .compiler.source>
13- <maven .compiler.target>1.9 </maven .compiler.target>
12+ <maven .compiler.source>11 </maven .compiler.source>
13+ <maven .compiler.target>11 </maven .compiler.target>
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 </properties >
1616
113113 <artifactId >maven-compiler-plugin</artifactId >
114114 <version >3.8.0</version >
115115 <configuration >
116- <source >9 </source >
117- <target >9 </target >
116+ <source >11 </source >
117+ <target >11 </target >
118118 <compilerArgs >
119119 <arg >-Awalkingkooka.j2cl.java.util.Currency=XXX</arg >
120120 <arg >-Awalkingkooka.j2cl.java.util.Locale=,EN-AU,EN-US</arg >
Original file line number Diff line number Diff line change 114114
115115 <!-- ==================================================================== -->
116116 <properties >
117- <maven .compiler.source>1.9 </maven .compiler.source>
118- <maven .compiler.target>1.9 </maven .compiler.target>
117+ <maven .compiler.source>11 </maven .compiler.source>
118+ <maven .compiler.target>11 </maven .compiler.target>
119119 <maven-install-plugin .version>2.5.2</maven-install-plugin .version>
120120 <maven-resources-plugin .version>3.1.0</maven-resources-plugin .version>
121121 <maven-surefire-plugin .version>2.22.1</maven-surefire-plugin .version>
263263 <artifactId >maven-compiler-plugin</artifactId >
264264 <version >3.8.0</version >
265265 <configuration >
266- <source >9 </source >
267- <target >9 </target >
266+ <source >11 </source >
267+ <target >11 </target >
268268 <compilerArgs >
269269 <arg >-Awalkingkooka.j2cl.java.util.Currency=XXX</arg >
270270 <arg >-Awalkingkooka.j2cl.java.util.Locale=,EN-AU,EN-US</arg >
419419 <cloneProjectsTo >${project.build.directory} /it-tests</cloneProjectsTo >
420420 <debug >true</debug >
421421 <invokerPropertiesFile >src/it/invoker.properties</invokerPropertiesFile >
422+ <invokerTest >gwt-jar-test</invokerTest >
422423 <localRepositoryPath >${project.build.directory} /it-repo</localRepositoryPath >
423424 <settingsFile >src/it/settings.xml</settingsFile >
424425 <streamLogs >false</streamLogs >
Original file line number Diff line number Diff line change 4242 <artifactId >maven-compiler-plugin</artifactId >
4343 <version >3.8.0</version >
4444 <configuration >
45- <source >9 </source >
46- <target >9 </target >
45+ <source >11 </source >
46+ <target >11 </target >
4747 <annotationProcessorPaths >
4848 <path >
4949 <groupId >walkingkooka</groupId >
8686 <configuration >
8787 <failOnError >true</failOnError >
8888 <moduleName >test.Test</moduleName >
89- <sourceLevel >1.9 </sourceLevel >
89+ <sourceLevel >11 </sourceLevel >
9090 <logLevel >DEBUG</logLevel >
9191 <style >PRETTY</style >
9292 <!--
Original file line number Diff line number Diff line change 3434 <inceptionYear >2020</inceptionYear >
3535
3636 <properties >
37- <maven .compiler.source>1.9 </maven .compiler.source>
38- <maven .compiler.target>1.9 </maven .compiler.target>
37+ <maven .compiler.source>11 </maven .compiler.source>
38+ <maven .compiler.target>11 </maven .compiler.target>
3939 <maven .compiler.plugin>3.7.0</maven .compiler.plugin>
4040
4141 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 1717 <inceptionYear >2020</inceptionYear >
1818
1919 <properties >
20- <maven .compiler.source>1.9 </maven .compiler.source>
21- <maven .compiler.target>1.9 </maven .compiler.target>
20+ <maven .compiler.source>11 </maven .compiler.source>
21+ <maven .compiler.target>11 </maven .compiler.target>
2222 <maven .compiler.plugin>3.7.0</maven .compiler.plugin>
2323
2424 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments