Skip to content

Commit

Permalink
Add args to runtime modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mcruzdev committed Sep 12, 2024
1 parent 3c415d4 commit af81180
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
<version>${quarkus.version}</version>
</path>
</annotationProcessorPaths>
<compilerArgs>
<arg>-AlegacyConfigRoot=true</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
Expand Down
3 changes: 3 additions & 0 deletions server/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
<version>${quarkus.version}</version>
</path>
</annotationProcessorPaths>
<compilerArgs>
<arg>-AlegacyConfigRoot=true</arg>
</compilerArgs>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit af81180

Please sign in to comment.