Skip to content

Commit 0aa8ffd

Browse files
committed
Exclude examples that don't work with JDK 25 from latest Java build
1 parent 381633d commit 0aa8ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ jobs:
197197
- name: Maven build
198198
run: etc/scripts/build.sh
199199
env:
200-
MAVEN_ARGS: -pl !examples/integrations/micronaut/data
200+
MAVEN_ARGS: -pl !examples/integrations/micronaut/data,!examples/integrations/microstream/greetings-se,!examples/integrations/microstream/greetings-mp

0 commit comments

Comments
 (0)