Skip to content

Commit 2ad1852

Browse files
committed
SWS-1029 - Tune Java 10 dependencies
1 parent 43840a6 commit 2ad1852

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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:
@@ -43,7 +43,7 @@ jobs:
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:
@@ -52,7 +52,7 @@ jobs:
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:

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -595,13 +595,6 @@
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>

0 commit comments

Comments
 (0)