We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d67b7 commit 67557feCopy full SHA for 67557fe
.devcontainer.json
@@ -0,0 +1,4 @@
1
+{
2
+ "name": "gocd-okta-oauth-authorization-plugin",
3
+ "image": "gradle:jdk11-jammy"
4
+}
build.gradle
@@ -18,7 +18,7 @@ apply plugin: 'java'
18
19
apply from: 'plugin-common.gradle'
20
21
-project.ext.pluginVersion = '1.2.0'
+project.ext.pluginVersion = '2.0.0'
22
project.ext.fullVersion = project.distVersion ? "${project.pluginVersion}-${project.distVersion}" : project.pluginVersion
23
24
version = project.fullVersion
0 commit comments