Skip to content

Commit af97fdc

Browse files
tdcmeehanwanglinsong
authored andcommitted
Add a profile for Java9+
1 parent b97518a commit af97fdc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,5 +936,15 @@
936936
</plugins>
937937
</build>
938938
</profile>
939+
940+
<profile>
941+
<id>java-8-api</id>
942+
<activation>
943+
<jdk>[9,)</jdk>
944+
</activation>
945+
<properties>
946+
<maven.compiler.release>8</maven.compiler.release>
947+
</properties>
948+
</profile>
939949
</profiles>
940950
</project>

0 commit comments

Comments
 (0)