Skip to content

Commit 02a1141

Browse files
committed
ci: simplify install command to -Pquick-build -DskipTests
1 parent 6a16f63 commit 02a1141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unmanaged_dependency_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install all modules
4242
shell: bash
4343
run: |
44-
mvn install -Pquick-build -DskipTests -Djacoco.skip=true -Dcheckstyle.skip=true -Denforcer.skip=true -Dspotless.check.skip=true -B -ntp -T 1C
44+
mvn install -Pquick-build -DskipTests -B -ntp -T 1C
4545
- name: Unmanaged dependency check
4646
uses: ./sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check
4747
with:

0 commit comments

Comments
 (0)