File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 3434 - checkout
3535 - run :
3636 name : Java 10 - Test current version
37- command : ./mvnw -Pdistribute,snapshot,docs clean test
37+ command : ./mvnw -Pdistribute,snapshot,docs,java10 clean test
3838
3939 java_10_test_spring_next :
4040 docker :
4343 - checkout
4444 - run :
4545 name : Java 10 - Test Spring.NEXT
46- command : ./mvnw -Pspringnext clean test
46+ command : ./mvnw -Pspringnext,java10 clean test
4747
4848 java_10_test_spring_buildsnapshot :
4949 docker :
5252 - checkout
5353 - run :
5454 name : Java 10 - Test Spring.NEXT
55- command : ./mvnw -Pspring-buildsnapshot clean test
55+ command : ./mvnw -Pspring-buildsnapshot,java10 clean test
5656
5757 deploy :
5858 docker :
Original file line number Diff line number Diff line change 595595
596596 <profile >
597597 <id >java10</id >
598- <activation >
599- <jdk >10</jdk >
600- </activation >
601-
602- <properties >
603- <source .level>1.10</source .level>
604- </properties >
605598
606599 <dependencies >
607600 <dependency >
You can’t perform that action at this time.
0 commit comments