Skip to content

Commit 3f77ed0

Browse files
committed
maven compiler release, fix modules
1 parent 8beab95 commit 3f77ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
<maven.compiler.source>17</maven.compiler.source>
2828
<maven.compiler.target>17</maven.compiler.target>
29+
<maven.compiler.release>17</maven.compiler.release>
2930

3031
<surefire.argLine.modules>
3132
--add-modules org.slf4j
32-
--add-reads org.htmlunit=org.apache.logging.log4j
33-
--add-reads org.htmlunit=org.apache.logging.log4j.core
33+
--add-modules org.apache.logging.log4j
3434
--add-opens org.htmlunit/org.htmlunit=ALL-UNNAMED
3535
--add-opens org.htmlunit/org.htmlunit.junit=ALL-UNNAMED
3636
</surefire.argLine.modules>

0 commit comments

Comments
 (0)