Skip to content

Commit

Permalink
Update to renamed configuration keys
Browse files Browse the repository at this point in the history
See quarkusio/quarkus#39295 for details on the change.
  • Loading branch information
dmlloyd committed May 7, 2024
1 parent a17fc0f commit d73d9bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion acceptance-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</plugins>
</build>
<properties>
<quarkus.package.type>native</quarkus.package.type>
<quarkus.native.enabled>true</quarkus.native.enabled>
</properties>
</profile>
</profiles>
Expand Down
2 changes: 1 addition & 1 deletion base/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ quarkus.http.filter.api.order=1
quarkus.http.test-port=8083

# Packaging
quarkus.package.type=fast-jar
quarkus.package.jar.type=fast-jar
quarkus.banner.path=banner.txt

# Logging
Expand Down
4 changes: 2 additions & 2 deletions community-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
</activation>
<properties>
<skipITs>false</skipITs>
<quarkus.package.type>native</quarkus.package.type>
<quarkus.native.enabled>true</quarkus.native.enabled>
</properties>
</profile>
</profiles>
</project>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
</activation>
<properties>
<skipITs>false</skipITs>
<quarkus.package.type>native</quarkus.package.type>
<quarkus.native.enabled>true</quarkus.native.enabled>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit d73d9bf

Please sign in to comment.