Skip to content

Commit

Permalink
Merge pull request #207 from k-wall/quarkus.package-type-deprecated
Browse files Browse the repository at this point in the history
Replace deprecated quarkus.package.type
  • Loading branch information
ozangunalp committed Jul 25, 2024
2 parents 16ded26 + f0914d6 commit 0882192
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kafka-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,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 kafka-server/src/main/docker/Dockerfile.legacy-jar
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Before building the container image run:
#
# ./mvnw package -Dquarkus.package.type=legacy-jar
# ./mvnw package -Dquarkus.package.jar.type=legacy-jar
#
# Then, build the image with:
#
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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 zookeeper-server/src/main/docker/Dockerfile.legacy-jar
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Before building the container image run:
#
# ./mvnw package -Dquarkus.package.type=legacy-jar
# ./mvnw package -Dquarkus.package.jar.type=legacy-jar
#
# Then, build the image with:
#
Expand Down

0 comments on commit 0882192

Please sign in to comment.