We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8e271 commit aeb81e0Copy full SHA for aeb81e0
.github/workflows/static-analysis.yml
@@ -177,6 +177,11 @@ jobs:
177
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
178
cache: 'maven' # https://github.com/actions/setup-java#caching-packages-dependencies
179
- name: Compile sources
180
- run: mvn compile
+ run: >-
181
+ mvn \
182
+ --batch-mode \
183
+ -Denforcer.skip=true \
184
+ -DskipMinify \
185
+ compile
186
- name: Run CodeNarc
187
run: ./src/main/scripts/execute-command.sh codenarc
0 commit comments