File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,13 @@ buildscript { // Configuration for building
99
1010plugins {
1111 id ' application'
12- id ' com.google.cloud.artifactregistry.gradle-plugin' version ' 2.1.5'
1312}
1413
1514repositories { // 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
2521application {
@@ -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'
You can’t perform that action at this time.
0 commit comments