File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 55
55
ext {
56
56
deps = [
57
57
gocdPluginApi : ' cd.go.plugin:go-plugin-api:23.1.0' ,
58
+ kubernetesClientApi : ' io.fabric8:kubernetes-client-api:6.5.1' ,
58
59
]
59
60
60
61
versions = project. ext. deps. collectEntries { lib , libGav -> [lib, libGav. split(' :' ). last()] }
63
64
dependencies {
64
65
compileOnly project. deps. gocdPluginApi
65
66
implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.10.1'
66
- implementation group : ' io.fabric8' , name : ' kubernetes-client' , version : ' 6.5.1'
67
+ implementation project. deps. kubernetesClientApi
68
+ runtimeOnly group : ' io.fabric8' , name : ' kubernetes-client' , version : project. versions. kubernetesClientApi
67
69
implementation group : ' com.github.spullara.mustache.java' , name : ' compiler' , version : ' 0.9.10'
68
70
implementation group : ' org.freemarker' , name : ' freemarker' , version : ' 2.3.32'
69
71
You can’t perform that action at this time.
0 commit comments