2023-05-23 21:38:32 +02:00
|
|
|
/*
|
|
|
|
|
* 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 {
|
2023-09-14 14:55:50 +02:00
|
|
|
api 'org.freemarker:freemarker:[2.3.32,2.4)'
|
|
|
|
|
api 'io.kubernetes:client-java:[18.0.0,19)'
|
2023-05-23 21:38:32 +02:00
|
|
|
}
|