Skip to content

Commit 2e6f54b

Browse files
bart-at-googlecopybara-github
authored andcommitted
feat: sse GAPIC libraries published to public Maven
PiperOrigin-RevId: 698126896
1 parent f843a3d commit 2e6f54b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

sample/build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@ buildscript { // Configuration for building
99

1010
plugins {
1111
id 'application'
12-
id 'com.google.cloud.artifactregistry.gradle-plugin' version '2.1.5'
1312
}
1413

1514
repositories { // repositories for Jar's you access in your code
1615
maven {
1716
url 'https://oss.sonatype.org/content/repositories/snapshots' // SNAPSHOT repository (if needed)
1817
}
1918
mavenCentral()
20-
maven {
21-
url "artifactregistry://us-maven.pkg.dev/fleetengine-gapic/maven"
22-
}
2319
}
2420

2521
application {
@@ -49,8 +45,8 @@ dependencies {
4945
implementation 'com.google.api:gax:1.65.1'
5046
implementation 'com.google.api:gax-grpc:1.65.1'
5147

52-
implementation 'com.google.maps:gapic-google-maps-fleetengine-v1-java:1.0.0'
53-
implementation 'com.google.maps:gapic-google-maps-fleetengine-delivery-v1-java:1.0.0'
48+
implementation 'com.google.maps:google-maps-fleetengine:0.1.0'
49+
implementation 'com.google.maps:google-maps-fleetengine-delivery:0.1.0'
5450
implementation project(':fleetengine-auth')
5551

5652
testImplementation 'junit:junit:4.13.1'

0 commit comments

Comments
 (0)