Skip to content

Commit

Permalink
Revert "Merge pull request #14 from gocd/dependabot/gradle/cd.go.plug…
Browse files Browse the repository at this point in the history
…in.base-gocd-plugin-base-0.0.2"

need to revert as there are breaking changes in gocd-plugin-base:0.0.2

This reverts commit df658d1, reversing
changes made to 13003e0.
  • Loading branch information
kritika-singh3 committed Jun 3, 2020
1 parent df658d1 commit 9d9d8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sourceSets {
}

dependencies {
compile group: 'cd.go.plugin.base', name: 'gocd-plugin-base', version: '0.0.2'
compile group: 'cd.go.plugin.base', name: 'gocd-plugin-base', version: '0.0.1'
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '20.4.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
compile group: 'com.amazonaws', name: 'aws-java-sdk-secretsmanager', version: '1.11.649'
Expand Down

0 comments on commit 9d9d8a3

Please sign in to comment.