Skip to content

Commit

Permalink
updating min GoCD version to 20.9.0
Browse files Browse the repository at this point in the history
Java 15 support was added in 20.9.0 and the same is being used to compile and bundle the plugin
  • Loading branch information
kritika-singh3 committed Oct 23, 2020
1 parent 1f96e48 commit ca8b177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ apply from: "https://raw.githubusercontent.com/gocd/gocd-plugin-gradle-task-help

gocdPlugin {
id = 'cd.go.contrib.authorization.guest'
pluginVersion = '2.0.0'
goCdVersion = '19.3.0'
pluginVersion = '2.1.0'
goCdVersion = '20.9.0'
name = 'Guest Login Plugin'
description = 'Guest Login Plugin for GoCD'
vendorName = 'ThoughtWorks, Inc.'
Expand Down

0 comments on commit ca8b177

Please sign in to comment.