Skip to content

Commit e5a111d

Browse files
committed
Exclude the Thorntail example from the Java 17 build
1 parent ca3460e commit e5a111d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
java: [
1111
{"version": 11, "extra": "-Pnative -Dquarkus.native.container-build=true"},
12-
{"version": 17, "extra": "-pl \!chapter-2/thorntail-hello"}
12+
{"version": 17, "extra": "-pl !chapter-2/thorntail-hello"}
1313
]
1414
name: Build with jdk ${{matrix.java.version}}
1515
steps:

chapter-2/thorntail-hello/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ It's a simple _hello_ application
55

66
The application is exposed on `http://localhost:8080/hello`
77

8+
**IMPORTANT**: The module does not compile with Java 17.
9+
810
## Build
911

1012
Build it the application package using:

0 commit comments

Comments
 (0)