Skip to content

Commit

Permalink
Use plugin base 0.0.5
Browse files Browse the repository at this point in the history
- Updated plugin to use gocd-plugin-base v0.0.5, this contains fix for
  representing validation errors on config entity with satus code 200
  instead of 412. GoCD server does not understand any status code apart
  from 200 at this point of time.
  • Loading branch information
bdpiprava committed Jun 6, 2019
1 parent a43ac35 commit b06e443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -18,7 +18,7 @@ apply from: "https://raw.githubusercontent.com/gocd/gocd-plugin-gradle-task-help

gocdPlugin {
id = 'cd.go.secrets.file-based-plugin'
pluginVersion = '0.0.1'
pluginVersion = '0.0.2'
goCdVersion = '19.3.0'
name = 'File based secrets plugin for GoCD'
description = 'File based secrets plugin for GoCD'
Expand Down
2 changes: 1 addition & 1 deletion gocd-file-based-secrets-plugin/build.gradle
Expand Up @@ -19,7 +19,7 @@ configurations {
}

dependencies {
compile group: 'com.github.bdpiparva.plugin.base', name: 'gocd-plugin-base', version: '0.0.3'
compile group: 'com.github.bdpiparva.plugin.base', name: 'gocd-plugin-base', version: '0.0.5'
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '18.9.0'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
compile project(':db')
Expand Down

0 comments on commit b06e443

Please sign in to comment.