Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit bfb49ac

Browse files
chore: cleanup cloud RAD generation (#1269) (#1002)
1 parent c739b5a commit bfb49ac

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
3-
digest: sha256:ed012741acaae5d03e011244585a1f0625a596d31568967d77772aa5a0a51d5e
3+
digest: sha256:204b7af96e6d481f19b0ff377aa379d46bc56dd06e1cc7c523f361dd9cbfeeaa

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
units:
99
runs-on: ubuntu-latest
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
java: [8, 11, 17]
1314
steps:
@@ -68,4 +69,4 @@ jobs:
6869
- run: java -version
6970
- run: .kokoro/build.sh
7071
env:
71-
JOB_TYPE: clirr
72+
JOB_TYPE: clirr

.kokoro/release/publish_javadoc11.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,9 @@ mvn clean install -B -q -DskipTests=true
3636
export NAME=google-cloud-asset
3737
export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
3838

39-
# V3 generates docfx yml from javadoc
40-
# generate yml
41-
mvn clean site -B -q -P docFX
42-
43-
# copy README to docfx-yml dir and rename index.md
44-
cp README.md target/docfx-yml/index.md
45-
# copy CHANGELOG to docfx-yml dir and rename history.md
39+
# cloud RAD generation
40+
mvn clean javadoc:aggregate -B -q -P docFX
41+
# include CHANGELOG
4642
cp CHANGELOG.md target/docfx-yml/history.md
4743

4844
pushd target/docfx-yml

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-asset'
5757
If you are using Gradle without BOM, add this to your dependencies
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-asset:3.2.7'
60+
implementation 'com.google.cloud:google-cloud-asset:3.2.8'
6161
```
6262

6363
If you are using SBT, add this to your dependencies
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.2.7"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.2.8"
6767
```
6868

6969
## Authentication

0 commit comments

Comments
 (0)