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 3e18472 commit e95bbf2Copy full SHA for e95bbf2
.github/workflows/dependency_compatibility_test.yaml
@@ -20,6 +20,10 @@ jobs:
20
java-version: '21'
21
distribution: 'temurin'
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
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