Skip to content

Commit

Permalink
fix: Tried fixing the invoker tests on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Sep 14, 2024
1 parent e1606b5 commit c982b58
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions code-generation/language-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,7 @@
<pomIncludes>
<pomInclude>*/pom.xml</pomInclude>
</pomIncludes>
<mavenOpts>
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</mavenOpts>
<mavenOpts>--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</mavenOpts>
<!-- The goals we will be executing in the test-projects -->
<goals>
<goal>test</goal>
Expand Down

0 comments on commit c982b58

Please sign in to comment.