We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95bbf2 commit a71975bCopy full SHA for a71975b
.github/workflows/dependency_compatibility_test.yaml
@@ -22,8 +22,7 @@ jobs:
22
cache: maven
23
- name: Install sdk-platform-java's modules
24
# 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
+ run: mvn -q -B -ntp install --projects '!gapic-generator-java' -Dcheckstyle.skip -Dfmt.skip -DskipTests -Dclirr.skip -T 1C
27
# Run in the root module which should test for everything barring showcase
28
- name: Perform Dependency Compatibility Testing
29
run: ./.github/scripts/test_dependency_compatibility.sh dependencies.txt
0 commit comments