VM-Operator/org.jdrupes.vmoperator.common/build.gradle
Michael N. Lipp a2641da7f5
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Refactor internal Kubernetes API and upgrade to official v19 (#19)
2024-03-14 20:12:37 +01:00

15 lines
348 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:[19.0.0,20.0.0)'
api 'org.yaml:snakeyaml'
}