This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
docker :
2
2
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
3
- digest : sha256:ed012741acaae5d03e011244585a1f0625a596d31568967d77772aa5a0a51d5e
3
+ digest : sha256:204b7af96e6d481f19b0ff377aa379d46bc56dd06e1cc7c523f361dd9cbfeeaa
Original file line number Diff line number Diff line change 8
8
units :
9
9
runs-on : ubuntu-latest
10
10
strategy :
11
+ fail-fast : false
11
12
matrix :
12
13
java : [8, 11, 17]
13
14
steps :
68
69
- run : java -version
69
70
- run : .kokoro/build.sh
70
71
env :
71
- JOB_TYPE : clirr
72
+ JOB_TYPE : clirr
Original file line number Diff line number Diff line change @@ -36,13 +36,9 @@ mvn clean install -B -q -DskipTests=true
36
36
export NAME=google-cloud-asset
37
37
export VERSION=$( grep ${NAME} : versions.txt | cut -d: -f3)
38
38
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
46
42
cp CHANGELOG.md target/docfx-yml/history.md
47
43
48
44
pushd target/docfx-yml
Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-asset'
57
57
If you are using Gradle without BOM, add this to your dependencies
58
58
59
59
``` Groovy
60
- implementation 'com.google.cloud:google-cloud-asset:3.2.7 '
60
+ implementation 'com.google.cloud:google-cloud-asset:3.2.8 '
61
61
```
62
62
63
63
If you are using SBT, add this to your dependencies
64
64
65
65
``` Scala
66
- libraryDependencies += " com.google.cloud" % " google-cloud-asset" % " 3.2.7 "
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-asset" % " 3.2.8 "
67
67
```
68
68
69
69
## Authentication
You can’t perform that action at this time.
0 commit comments