Skip to content

test: adding java 7 check #1847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
May 9, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
java 7
  • Loading branch information
suztomo committed May 8, 2023
commit 382f1514b7dafc52b927c32a54e93318a9d17c45
13 changes: 9 additions & 4 deletions .github/workflows/ci-java7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,18 @@ jobs:
- name: Set up Maven
uses: stCarolas/[email protected]
with:
# 3.5.4 works with Java 7
maven-version: 3.5.4
- name: Build
shell: bash
run: |
echo "Printing versions"
mvn -B -ntp -V
echo "Building"
.kokoro/build.sh
# build.sh uses '-ntp' which doesn't work with Maven 3.5.4
mvn install --batch-mode --show-version \
-DskipTests=true \
-Dclirr.skip=true \
-Denforcer.skip=true \
-Dmaven.javadoc.skip=true \
-Dgcloud.download.skip=true \
-T 1C
env:
JOB_TYPE: test