Skip to content

Commit 8321169

Browse files
committed
Enforce platform version when creating project
1 parent b0ac880 commit 8321169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/modules/ROOT/pages/create-github-app.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ You can create one including the Quarkus GitHub App extension with the following
1111
[source, bash, subs=attributes+]
1212
----
1313
mvn io.quarkus:quarkus-maven-plugin:{quarkus-version}:create \
14+
-DplatformVersion={quarkus-version} \
1415
-DprojectGroupId=org.acme \
1516
-DprojectArtifactId=my-github-app \
1617
-Dextensions="io.quarkiverse.githubapp:quarkus-github-app:{quarkus-github-app-version}" \

0 commit comments

Comments
 (0)