File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
6
allprojects {
2
7
buildscript {
3
8
repositories {
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java-library'
3
3
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"
6
6
id ' org.jetbrains.kotlin.jvm' version " ${ kotlinVersion} "
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ plugins {
4
4
id ' groovy'
5
5
id ' idea'
6
6
id ' maven-publish'
7
- id ' com.google.protobuf' version " 0.9.2 "
7
+ id ' com.google.protobuf'
8
8
id ' jacoco'
9
- id " com.google.cloud.artifactregistry.gradle-plugin" version " 2.1.4 " apply false
9
+ id " com.google.cloud.artifactregistry.gradle-plugin"
10
10
}
11
11
12
12
if (System . getenv(" ENABLE_GCP" ) == " true" ) {
You can’t perform that action at this time.
0 commit comments