Skip to content

Commit 855f61b

Browse files
committed
fix
1 parent 26ace67 commit 855f61b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
<maven.version>3.9.10</maven.version>
118118
<maven.compiler.source>8</maven.compiler.source>
119119
<maven.compiler.target>8</maven.compiler.target>
120-
<maven.compiler.release>8</maven.compiler.release>
121120
<scala.version>2.12.19</scala.version>
122121
<scala.binary.version>2.12</scala.binary.version>
123122
<scala-collection-compat.version>2.12.0</scala-collection-compat.version>
@@ -1962,6 +1961,16 @@
19621961
</properties>
19631962
</profile>
19641963

1964+
<profile>
1965+
<id>jdk9+</id>
1966+
<activation>
1967+
<jdk>[9,)</jdk>
1968+
</activation>
1969+
<properties>
1970+
<maven.compiler.release>8</maven.compiler.release>
1971+
</properties>
1972+
</profile>
1973+
19651974
<profile>
19661975
<id>java-11</id>
19671976
<activation>

0 commit comments

Comments
 (0)