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.
1 parent 8beab95 commit 3f77ed0Copy full SHA for 3f77ed0
pom.xml
@@ -26,11 +26,11 @@
26
27
<maven.compiler.source>17</maven.compiler.source>
28
<maven.compiler.target>17</maven.compiler.target>
29
+ <maven.compiler.release>17</maven.compiler.release>
30
31
<surefire.argLine.modules>
32
--add-modules org.slf4j
- --add-reads org.htmlunit=org.apache.logging.log4j
33
- --add-reads org.htmlunit=org.apache.logging.log4j.core
+ --add-modules org.apache.logging.log4j
34
--add-opens org.htmlunit/org.htmlunit=ALL-UNNAMED
35
--add-opens org.htmlunit/org.htmlunit.junit=ALL-UNNAMED
36
</surefire.argLine.modules>
0 commit comments