Skip to content

Commit 078f5a3

Browse files
committed
Upgrade
1 parent 95ad3ef commit 078f5a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-surefire-plugin</artifactId>
135-
<version>3.1.2</version>
135+
<version>3.2.5</version>
136+
<configuration>
137+
<argLine>--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</argLine>
138+
</configuration>
136139
</plugin>
137140

138141
<plugin>

0 commit comments

Comments
 (0)