We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761fe46 commit ad62e31Copy full SHA for ad62e31
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
java-version: 21
35
cache: maven
36
- name: Build with Maven
37
- run: mvn --no-transfer-progress --batch-mode verify -U
+ run: mvn --no-transfer-progress --batch-mode verify -Pcodegen -U
38
env:
39
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
40
TESTCONTAINERS_RYUK_DISABLED: true
0 commit comments