Skip to content

Commit d54df23

Browse files
authored
Revert "[OPS] Add a GitHub Action for Dumper build and testing. (#931)" (#932)
This reverts commit 2d93156.
1 parent 2d93156 commit d54df23

File tree

3 files changed

+2
-68
lines changed

3 files changed

+2
-68
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

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

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

2526
repositories {

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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"
45
}
56
rootProject.name = 'dwh-migration-tools'
67
include(

0 commit comments

Comments
 (0)