Skip to content

Commit 710aa6f

Browse files
committed
Remove the artifactregistry plugin.
1 parent 5a30e69 commit 710aa6f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

buildSrc/src/main/groovy/dwh-migration-dumper.java-common-conventions.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ plugins {
2020
id 'java-test-fixtures'
2121
id 'com.diffplug.spotless'
2222
id 'nebula.info'
23-
id 'com.google.cloud.artifactregistry.gradle-plugin'
2423
}
2524

2625
repositories {

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
// Apply the foojay-resolver plugin to allow automatic download of JDKs
33
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.4.0'
4-
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.4"
54
}
65
rootProject.name = 'dwh-migration-tools'
76
include(

0 commit comments

Comments
 (0)