Skip to content

Commit

Permalink
chore: Re-generated to pick up changes from synthtool (#947)
Browse files Browse the repository at this point in the history
* Update ci.yaml

Let's let all the unit tests complete for now.  Java 17 isn't quite ready.

Source-Author: Les Vogel <[email protected]>
Source-Date: Fri Nov 5 11:31:10 2021 -1000
Source-Repo: googleapis/synthtool
Source-Sha: 717a6a1fe247df095092de1321eadc9da887a06c
Source-Link: googleapis/synthtool@717a6a1

* chore: cleanup cloud RAD generation

Updating cloud rad generation to support [java-shared-config/pull/344](googleapis/java-shared-config#344) updates and removing inclusion of README as we're not currently supporting this feature yet

Source-Author: Emily Ball <[email protected]>
Source-Date: Mon Nov 8 13:23:34 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 99ea92a109dbcd4e2b8c179e337848ba6a25fe16
Source-Link: googleapis/synthtool@99ea92a

* chore: update jre to 11 for linter

java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
  • Loading branch information
yoshi-automation authored Nov 11, 2021
1 parent bf27341 commit 0c4d2fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
units:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [8, 11, 17]
steps:
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 8
java-version: 11
- run: java -version
- run: .kokoro/build.sh
env:
Expand All @@ -68,4 +69,4 @@ jobs:
- run: java -version
- run: .kokoro/build.sh
env:
JOB_TYPE: clirr
JOB_TYPE: clirr
10 changes: 3 additions & 7 deletions .kokoro/release/publish_javadoc11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,9 @@ mvn clean install -B -q -DskipTests=true
export NAME=google-cloud-pubsublite
export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)

# V3 generates docfx yml from javadoc
# generate yml
mvn clean site -B -q -P docFX

# copy README to docfx-yml dir and rename index.md
cp README.md target/docfx-yml/index.md
# copy CHANGELOG to docfx-yml dir and rename history.md
# cloud RAD generation
mvn clean javadoc:aggregate -B -q -P docFX
# include CHANGELOG
cp CHANGELOG.md target/docfx-yml/history.md

pushd target/docfx-yml
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "79d7936da1cf04ce1b4ead7d2c10dccccd852caf"
"sha": "42a3786737c17ece39924d7025f3be481812da53"
}
}
],
Expand Down

0 comments on commit 0c4d2fb

Please sign in to comment.