Skip to content

Commit

Permalink
Set legacyConfigRoot=true
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-tay committed Dec 16, 2024
1 parent ca32278 commit 6023e1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions elide-quarkus/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
<version>${quarkus.version}</version>
</path>
</annotationProcessorPaths>
<compilerArgs>
<arg>-AlegacyConfigRoot=true</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
Expand Down
3 changes: 3 additions & 0 deletions elide-quarkus/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
<version>${quarkus.version}</version>
</path>
</annotationProcessorPaths>
<compilerArgs>
<arg>-AlegacyConfigRoot=true</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 6023e1c

Please sign in to comment.