Skip to content

Commit

Permalink
fix: wrong path to java-17 EEAs library in generator config
Browse files Browse the repository at this point in the history
Signed-off-by: sebthom <sebthom@users.noreply.github.com>
  • Loading branch information
sebthom committed Sep 28, 2024
1 parent a540381 commit 14b5275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
<executable>java</executable>
<arguments>
<argument>-Deea-generator.action=${eea-generator.action}</argument>
<!--adding ${project.basedir}/../eea-java-17 to input dirs ensures that EEAs from JDK classes
<!--adding ${project.basedir}/../java-17 to input dirs ensures that EEAs from JDK classes
get propagated to EEA files in other modules, which is necessary because of
https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2512 -->
<argument>
-Deea-generator.input.dirs=${project.basedir},${project.basedir}/../eea-java-17</argument>
-Deea-generator.input.dirs=${project.basedir},${project.basedir}/../java-17</argument>
<!--instructs the generator to perform in-place update of EEA files: -->
<argument>-Deea-generator.output.dir=${project.basedir}</argument>
<argument>-classpath</argument>
Expand Down

0 comments on commit 14b5275

Please sign in to comment.