Skip to content

Commit 87379b2

Browse files
authored
Merge pull request quarkusio#36485 from kdnakt/fix-typo-gradle
Fix typo in gradle-tooling.adoc
2 parents d23917b + e70742c commit 87379b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/asciidoc/gradle-tooling.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ There are multiple configuration sources that influence Quarkus builds, mentione
621621
The Quarkus build uses the `prod` configuration profile:
622622

623623
1. System properties (for example `./gradlew -Dquarkus.package.type=fast-jar ...`)
624-
2. System environment (for example `QUARKUS_PACAKGE_TYPE=fast-jar ./gradlew ...`)
624+
2. System environment (for example `QUARKUS_PACKAGE_TYPE=fast-jar ./gradlew ...`)
625625
3. Configuration via the `quarkus` extensions's `quarkusBuildProperties` For example:
626626

627627
quarkus {
@@ -749,7 +749,7 @@ TIP: The Quarkus Gradle plugin detects a _CI environment_, if the `CI` environme
749749
How the various Quarkus package types are cached in non-CI and CI environments is described in the following table.
750750
Note that even if a task's output is not _cached_, the _up-to-date_ checks still apply.
751751

752-
NOTE: The Quarkus application build is split across three tasks. The `quarkusBuild` taskl is responsible to _provide_
752+
NOTE: The Quarkus application build is split across three tasks. The `quarkusBuild` task is responsible to _provide_
753753
a built Quarkus application. The tasks `quarkusDependenciesBuild` and `quarkusAppPartsBuild` are considered internal
754754
tasks (may change at any time w/o prior notice). See below for details.
755755

0 commit comments

Comments
 (0)