Skip to content

Commit e3a8c25

Browse files
committed
problem: release gcp publish fail
1 parent 5079f13 commit e3a8c25

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
plugins {
2+
id 'com.google.protobuf' version "0.9.2" apply false
3+
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1" apply false
4+
}
5+
16
allprojects {
27
buildscript {
38
repositories {

emerald-api-kotlin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
22
id 'java-library'
33
id 'maven-publish'
4-
id 'com.google.protobuf' version "0.9.2"
5-
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.1.4" apply false
4+
id 'com.google.protobuf'
5+
id "com.google.cloud.artifactregistry.gradle-plugin"
66
id 'org.jetbrains.kotlin.jvm' version "${kotlinVersion}"
77
}
88

emerald-api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ plugins {
44
id 'groovy'
55
id 'idea'
66
id 'maven-publish'
7-
id 'com.google.protobuf' version "0.9.2"
7+
id 'com.google.protobuf'
88
id 'jacoco'
9-
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.1.4" apply false
9+
id "com.google.cloud.artifactregistry.gradle-plugin"
1010
}
1111

1212
if (System.getenv("ENABLE_GCP") == "true") {

0 commit comments

Comments
 (0)