15 lines
315 B
Groovy
15 lines
315 B
Groovy
|
|
/*
|
||
|
|
* This file was generated by the Gradle 'init' task.
|
||
|
|
*
|
||
|
|
* This project uses @Incubating APIs which are subject to change.
|
||
|
|
*/
|
||
|
|
|
||
|
|
plugins {
|
||
|
|
id 'org.jdrupes.vmoperator.java-library-conventions'
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
api project(':org.jdrupes.vmoperator.util')
|
||
|
|
api 'io.kubernetes:client-java:[18.0.0,19)'
|
||
|
|
}
|