Skip to content

Commit

Permalink
-proc:full added
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawi01 committed Oct 8, 2024
1 parent ec87cfb commit db2839e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker/ant/files/jdk-23/classpath/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<compilerarg value="-J--add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED"/>
<compilerarg value="-J--add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED"/>
<compilerarg value="-J--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED"/>
<compilerarg value="-proc:full"/>
</javac>
</target>

Expand Down
1 change: 1 addition & 0 deletions docker/ant/files/jdk-23/modules/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<compilerarg value="-J--add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED"/>
<compilerarg value="-J--add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED"/>
<compilerarg value="-J--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED"/>
<compilerarg value="-proc:full"/>
</javac>
</target>

Expand Down
3 changes: 2 additions & 1 deletion docker/maven/files/jdk-23/classpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>22</java.version>
<java.version>23</java.version>
</properties>

<build>
Expand All @@ -34,6 +34,7 @@
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg>
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg>
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
<arg>-proc:full</arg>
</compilerargs>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion docker/maven/files/jdk-23/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>22</java.version>
<java.version>23</java.version>
</properties>

<build>
Expand Down

0 comments on commit db2839e

Please sign in to comment.