File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 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>
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 >
You can’t perform that action at this time.
0 commit comments