Skip to content

Commit

Permalink
fix(ci): codenarc not configured yet
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogarcia committed Dec 16, 2024
1 parent f37a4e5 commit 9724114
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,4 @@ jobs:
distribution: 'corretto'
java-version: '17'
- name: release
run: |
./gradlew \
--stacktrace \
-x aggregateCodenarc \
-x aggregateGroovydoc \
build
run: ./gradlew --stacktrace -x aggregateGroovydoc build

0 comments on commit 9724114

Please sign in to comment.