Skip to content

Commit a71975b

Browse files
committed
chore: Fix mvn install command
1 parent e95bbf2 commit a71975b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dependency_compatibility_test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
cache: maven
2323
- name: Install sdk-platform-java's modules
2424
# gapic-generator-java requires Java 8 and is irrelevant for this CI
25-
run: mvn -q -B -ntp install --projects '!gapic-generator-java' \
26-
-Dcheckstyle.skip -Dfmt.skip -DskipTests -Dclirr.skip -T 1C
25+
run: mvn -q -B -ntp install --projects '!gapic-generator-java' -Dcheckstyle.skip -Dfmt.skip -DskipTests -Dclirr.skip -T 1C
2726
# Run in the root module which should test for everything barring showcase
2827
- name: Perform Dependency Compatibility Testing
2928
run: ./.github/scripts/test_dependency_compatibility.sh dependencies.txt

0 commit comments

Comments
 (0)