Skip to content

Commit 2555eab

Browse files
jaycee-licopybara-github
authored andcommitted
chore: update publish_javadoc.yml
PiperOrigin-RevId: 743191922
1 parent 9713594 commit 2555eab

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/publish-javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
javadoc-branch: gh-pages
20-
java-version: 9
20+
java-version: 17
2121
target-folder: javadoc
2222
project: maven
2323
custom-command: mvn javadoc:javadoc

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Java idiomatic SDK for the
44
[Gemini Developer APIs][gemini-api-doc] and [Vertex AI][vertex-api-doc] APIs.
55

66
[![Maven][maven-version-image]][maven-version-link]
7+
[![Javadoc][javadoc-image]][javadoc-link]
78

89
This is an early release. API is subject to change. Please do not use this SDK
910
in production environments at this stage.
@@ -19,7 +20,7 @@ If you're using Maven, add the following to your dependencies:
1920
<dependency>
2021
<groupId>com.google.genai</groupId>
2122
<artifactId>google-genai</artifactId>
22-
<version>0.2.0</version> <!-- {x-version-update:google-genai:released} -->
23+
<version>0.3.0</version>
2324
</dependency>
2425
</dependencies>
2526
```
@@ -324,5 +325,7 @@ Apache 2.0 - See [LICENSE][license] for more information.
324325
[vertex-api-doc]: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview
325326
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.genai/google-genai.svg
326327
[maven-version-link]: https://central.sonatype.com/artifact/com.google.genai/google-genai/0.1.0
328+
[javadoc-image]: https://img.shields.io/badge/JavaDoc-Online-green
329+
[javadoc-link]: https://googleapis.github.io/java-genai/javadoc/
327330
[license]: https://github.com/googleapis/java-genai/blob/main/LICENSE
328331

0 commit comments

Comments
 (0)