Skip to content

Commit

Permalink
Skip the MVEL template engine on Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Oct 17, 2023
1 parent 074f342 commit 9e28ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java: [
{ 'version': '11', opts: '' },
{ 'version': '17', 'opts': '' },
{ 'version': '21', 'opts': '' }
{ 'version': '21', 'opts': "-pl '!vertx-mutiny-clients/vertx-mutiny-web-templ-mvel'" }
]
name: build with jdk ${{matrix.java.version}}

Expand Down

0 comments on commit 9e28ebb

Please sign in to comment.