Skip to content

Commit 67557fe

Browse files
author
Svetlin Zamfirov
committed
Adding a devcontainer for easier future maintenance and bumping to 2.0
1 parent 70d67b7 commit 67557fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.devcontainer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "gocd-okta-oauth-authorization-plugin",
3+
"image": "gradle:jdk11-jammy"
4+
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'java'
1818

1919
apply from: 'plugin-common.gradle'
2020

21-
project.ext.pluginVersion = '1.2.0'
21+
project.ext.pluginVersion = '2.0.0'
2222
project.ext.fullVersion = project.distVersion ? "${project.pluginVersion}-${project.distVersion}" : project.pluginVersion
2323

2424
version = project.fullVersion

0 commit comments

Comments
 (0)