Skip to content

Commit

Permalink
Replace config root by config mapping (#213)
Browse files Browse the repository at this point in the history
* Replace config root by config mapping

* Revert "Replace config root by config mapping"

This reverts commit bf0e5e6.

* Alternative approach
  • Loading branch information
fjtirado authored Aug 20, 2024
1 parent b44418e commit 30b58bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quarkus-asyncapi-scanner/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
<version>${quarkus.version}</version>
</path>
</annotationProcessorPaths>
<compilerArgs>
<arg>-AlegacyConfigRoot=true</arg>
</compilerArgs>
</configuration>
</plugin>
</plugins>
Expand Down
3 changes: 3 additions & 0 deletions quarkus-asyncapi/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
<version>${quarkus.version}</version>
</path>
</annotationProcessorPaths>
<compilerArgs>
<arg>-AlegacyConfigRoot=true</arg>
</compilerArgs>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 30b58bd

Please sign in to comment.