Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,17 @@ jobs:
cache: maven
- name: Install the modules of sdk-platform-java
shell: bash
working-directory: google-cloud-java/sdk-platform-java
run: |
set -euo pipefail
# gapic-generator-java is irrelevant
mvn -q -B -ntp install \
-Dcheckstyle.skip -Dfmt.skip -DskipTests -T 1C
run: .kokoro/build.sh
env:
BUILD_SUBDIR: sdk-platform-java
JOB_TYPE: install
working-directory: google-cloud-java
- name: Build unmanaged dependency check
shell: bash
working-directory: google-cloud-java/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check
run: |
set -euo pipefail
pwd
pwd
echo "Install Unmanaged Dependency Check in $(pwd)"
mvn clean install -V --batch-mode --no-transfer-progress -DskipTests
- name: Install the modules of the downstream repository
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unmanaged_dependency_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
shell: bash
run: .kokoro/build.sh
env:
BUILD_SUBDIR: sdk-platform-java
JOB_TYPE: install
- name: Unmanaged dependency check
uses: ./sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check
Expand Down
Loading