Skip to content

Commit

Permalink
Add vertexAI to the Bill of Materials (#6260)
Browse files Browse the repository at this point in the history
b/348631692

---------

Co-authored-by: Daymon <[email protected]>
  • Loading branch information
rlazo and daymxn authored Oct 3, 2024
1 parent 87b6d12 commit 7083c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ public abstract class BomGeneratorTask extends DefaultTask {
"com.google.firebase:firebase-perf",
"com.google.firebase:firebase-perf-ktx",
"com.google.firebase:firebase-storage",
"com.google.firebase:firebase-storage-ktx");
"com.google.firebase:firebase-storage-ktx",
"firebase-vertexai");
private static final List<String> IGNORED_ARTIFACTS =
ImmutableList.of(
"crash-plugin",
Expand Down Expand Up @@ -155,7 +156,6 @@ public abstract class BomGeneratorTask extends DefaultTask {
"firebase-storage-common",
"firebase-storage-common-license",
"firebase-storage-license",
"firebase-vertexai",
"perf-plugin",
"play-services-ads",
"protolite-well-known-types",
Expand Down
1 change: 0 additions & 1 deletion firebase-vertexai/firebase-vertexai.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ firebaseLibrary {
testLab.enabled = false
publishSources = true
publishJavadoc = true
previewMode = "beta"
releaseNotes {
name.set("{{firebase_vertexai}}")
versionName.set("vertex-ai")
Expand Down

0 comments on commit 7083c1d

Please sign in to comment.