Skip to content

Commit

Permalink
Merge pull request #326 from quarkiverse/legacyConfigRoot
Browse files Browse the repository at this point in the history
Added `-AlegacyConfigRoot=true` and bumped quarkus to 3.15.1.
  • Loading branch information
SlyngDK authored Oct 5, 2024
2 parents a6eda4a + 38f88d8 commit fb783f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<quarkus.version>3.12.3</quarkus.version>
<quarkus.version>3.15.1</quarkus.version>
<jacoco.version>0.8.12</jacoco.version>
<!-- Sonar properties -->
<sonar.projectKey>quarkiverse_quarkus-logging-json</sonar.projectKey>
Expand Down
3 changes: 3 additions & 0 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
<version>${quarkus.version}</version>
</path>
</annotationProcessorPaths>
<compilerArgs>
<arg>-AlegacyConfigRoot=true</arg>
</compilerArgs>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit fb783f4

Please sign in to comment.