File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
src/main/resources-generated Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -105,12 +105,7 @@ sourceSets {
105
105
}
106
106
107
107
jar {
108
- from(configurations. compile ) {
108
+ from(configurations. runtimeClasspath ) {
109
109
into " lib/"
110
110
}
111
-
112
- // This is useful for debugging
113
- // from(sourceSets.main.java) {
114
- // into "/"
115
- // }
116
- }
111
+ }
Original file line number Diff line number Diff line change 16
16
17
17
id =cd.go.authorization.keycloak
18
18
name =Keycloak oauth authorization plugin
19
- version =2.0.0-13
19
+ version =2.0.0-15
20
20
goCdVersion =19.2.0
21
21
description =Keycloak oauth authorization plugin for GoCD
22
22
vendorName =klinux
Original file line number Diff line number Diff line change 17
17
<go-plugin id =" cd.go.authorization.keycloak" version =" 1" >
18
18
<about >
19
19
<name >Keycloak oauth authorization plugin</name >
20
- <version >2.0.0-13 </version >
20
+ <version >2.0.0-15 </version >
21
21
<target-go-version >19.2.0</target-go-version >
22
22
<description >Keycloak oauth authorization plugin for GoCD</description >
23
23
<vendor >
You can’t perform that action at this time.
0 commit comments