Skip to content

Commit

Permalink
temp-fix: disable validation to make the build pass
Browse files Browse the repository at this point in the history
- though we should introduce a new version for 11.4 with a compatible api-key.
  • Loading branch information
ivy-rew committed Jul 23, 2024
1 parent 63f4a89 commit 8cafd1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ on:
jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v3
with:
# temporary: disable script validation ... connector uses a variable not compatible with 11.4!
mvnArgs: '-Divy.script.validation.skip=true'

0 comments on commit 8cafd1b

Please sign in to comment.