File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
src/main/resources-generated Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,20 @@ java {
57
57
targetCompatibility = JavaVersion . VERSION_11
58
58
}
59
59
60
+ ext {
61
+ deps = [
62
+ gocdPluginApi : ' cd.go.plugin:go-plugin-api:23.3.0' ,
63
+ ]
64
+
65
+ versions = project. ext. deps. collectEntries { lib , libGav -> [lib, libGav. split(' :' ). last()] }
66
+ }
67
+
60
68
dependencies {
61
- compileOnly group : ' cd.go.plugin ' , name : ' go-plugin-api ' , version : ' 19.2.0 '
69
+ compileOnly project . deps . gocdPluginApi
62
70
implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.10.1'
63
71
implementation group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 4.11.0'
64
72
65
- testImplementation group : ' cd.go.plugin ' , name : ' go-plugin-api ' , version : ' 19.2.0 '
73
+ testImplementation project . deps . gocdPluginApi
66
74
testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 2.2.28'
67
75
testImplementation group : ' org.hamcrest' , name : ' hamcrest-library' , version : ' 1.3'
68
76
testImplementation group : ' org.skyscreamer' , name : ' jsonassert' , version : ' 1.4.0'
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-15
19
+ version =2.0.0-16
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-15 </version >
20
+ <version >2.0.0-16 </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