Skip to content

Commit

Permalink
Reverting to quarkus 3.9.x as we still need to build against jdk17
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Sep 16, 2024
1 parent 11d6f3a commit 7e5997a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ First, create a `Quarkus Hello` example using the following maven command execut

[,bash]
----
mvn io.quarkus.platform:quarkus-maven-plugin:3.14.4:create \
mvn io.quarkus.platform:quarkus-maven-plugin:3.9.5:create \
-DprojectGroupId=dev.snowdrop \
-DprojectArtifactId=quarkus-hello \
-DprojectVersion=1.0 \
-DplatformVersion=3.14.4 \
-DplatformVersion=3.9.5 \
-Dextensions='resteasy,kubernetes,buildpack'
----

Expand Down
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include:
pack_cli_version: "v0.35.1"

# Quarkus java parameter
quarkus_version: "3.14.4"
quarkus_version: "3.9.5"

# Changed ['11', '17'] to '17' as shipwright job reports:
# Error: The template is not valid. .github/workflows/shipwright.yaml (Line: 34, Col: 25): A sequence was not expected
Expand Down

0 comments on commit 7e5997a

Please sign in to comment.