We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3460e commit e5a111dCopy full SHA for e5a111d
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
java: [
11
{"version": 11, "extra": "-Pnative -Dquarkus.native.container-build=true"},
12
- {"version": 17, "extra": "-pl \!chapter-2/thorntail-hello"}
+ {"version": 17, "extra": "-pl !chapter-2/thorntail-hello"}
13
]
14
name: Build with jdk ${{matrix.java.version}}
15
steps:
chapter-2/thorntail-hello/README.md
@@ -5,6 +5,8 @@ It's a simple _hello_ application
5
6
The application is exposed on `http://localhost:8080/hello`
7
8
+**IMPORTANT**: The module does not compile with Java 17.
+
## Build
Build it the application package using:
0 commit comments