Skip to content

Commit e05be46

Browse files
committed
solution: delete auth token
1 parent 2d91955 commit e05be46

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

api-definitions

emerald-api-kotlin/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ plugins {
33
id 'maven-publish'
44
id 'com.google.protobuf'
55
id 'org.jetbrains.kotlin.jvm' version "${kotlinVersion}"
6-
}
7-
8-
if (System.getenv("ENABLE_GCP") == "true") {
9-
apply plugin: "com.google.cloud.artifactregistry.gradle-plugin"
6+
id "com.google.cloud.artifactregistry.gradle-plugin"
107
}
118

129
java {

emerald-api/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ plugins {
66
id 'maven-publish'
77
id 'com.google.protobuf'
88
id 'jacoco'
9-
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1" apply false
10-
}
11-
12-
if (System.getenv("ENABLE_GCP") == "true") {
13-
apply plugin: "com.google.cloud.artifactregistry.gradle-plugin"
9+
id "com.google.cloud.artifactregistry.gradle-plugin"
1410
}
1511

1612
java {

0 commit comments

Comments
 (0)