We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8c115 commit a3dc12dCopy full SHA for a3dc12d
1 file changed
pom.xml
@@ -49,16 +49,6 @@
49
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
50
</properties>
51
<profiles>
52
- <profile>
53
- <id>jdk17andolder</id>
54
- <activation>
55
- <jdk>[1.3,1.8)</jdk>
56
- </activation>
57
- <properties>
58
- <maven.compiler.source>1.5</maven.compiler.source>
59
- <maven.compiler.target>1.5</maven.compiler.target>
60
- </properties>
61
- </profile>
62
<profile>
63
<id>jdk18</id>
64
<activation>
0 commit comments