We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ea9da7 + 23de9f2 commit 7eee668Copy full SHA for 7eee668
pom.xml
@@ -130,4 +130,22 @@
130
<artifactId>oss-parent</artifactId>
131
<version>7</version>
132
</parent>
133
+ <profiles>
134
+ <profile>
135
+ <id>active-on-jdk-9-plus</id>
136
+ <activation>
137
+ <jdk>[9,)</jdk>
138
+ </activation>
139
+ <build>
140
+ <plugins>
141
+ <plugin>
142
+ <artifactId>maven-compiler-plugin</artifactId>
143
+ <configuration>
144
+ <release>8</release>
145
+ </configuration>
146
+ </plugin>
147
+ </plugins>
148
+ </build>
149
+ </profile>
150
+ </profiles>
151
</project>
0 commit comments