Skip to content

Commit 2acfe5f

Browse files
committed
Fix: implementing support to 23.0.x
Signed-off-by: Kleber Rocha <[email protected]>
1 parent 241faf7 commit 2acfe5f

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

build.gradle

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,7 @@ sourceSets {
105105
}
106106

107107
jar {
108-
from(configurations.compile) {
108+
from(configurations.runtimeClasspath) {
109109
into "lib/"
110110
}
111-
112-
// This is useful for debugging
113-
// from(sourceSets.main.java) {
114-
// into "/"
115-
// }
116-
}
111+
}

src/main/resources-generated/plugin.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
id=cd.go.authorization.keycloak
1818
name=Keycloak oauth authorization plugin
19-
version=2.0.0-13
19+
version=2.0.0-15
2020
goCdVersion=19.2.0
2121
description=Keycloak oauth authorization plugin for GoCD
2222
vendorName=klinux

src/main/resources-generated/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<go-plugin id="cd.go.authorization.keycloak" version="1">
1818
<about>
1919
<name>Keycloak oauth authorization plugin</name>
20-
<version>2.0.0-13</version>
20+
<version>2.0.0-15</version>
2121
<target-go-version>19.2.0</target-go-version>
2222
<description>Keycloak oauth authorization plugin for GoCD</description>
2323
<vendor>

0 commit comments

Comments
 (0)