File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -709,16 +709,8 @@ The Quarkus build uses the `prod` configuration profile:
709709
7107101. System properties (for example `./gradlew -Dquarkus.package.jar.type=fast-jar ...`)
7117112. System environment (for example `QUARKUS_PACKAGE_JAR_TYPE=fast-jar ./gradlew ...`)
712- 3. Configuration via the `quarkus` extensions's `quarkusBuildProperties` For example:
713-
714- quarkus {
715- quarkusBuildProperties {
716- set("package.jar.type", "uber-jar")
717- }
718- }
719-
720- 4. Configuration via Gradle project properties (for example `./gradlew -Pquarkus.package.jar.type=fast-jar`)
721- 5. Configuration from a project's `application.properties`, `application.yaml` and `application.yml` files, as well
712+ 3. Configuration via Gradle project properties (for example `./gradlew -Pquarkus.package.jar.type=fast-jar`)
713+ 4. Configuration from a project's `application.properties`, `application.yaml` and `application.yml` files, as well
722714 as a project's `application-prod.properties`, `application-prod.yaml` and `application-prod.yml` files
723715
724716[WARNING]
You can’t perform that action at this time.
0 commit comments