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-application-conventions'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
implementation 'org.jgrapes:org.jgrapes.core:[1.19.0,2)'
|
|
|
|
|
implementation 'org.jgrapes:org.jgrapes.io:[2.5.0,3)'
|
|
|
|
|
implementation 'org.jgrapes:org.jgrapes.http:[3.1.0,4)'
|
2023-05-28 21:35:13 +02:00
|
|
|
implementation 'org.jgrapes:org.jgrapes.util:[1.28.0,2)'
|
2023-06-13 12:16:59 +02:00
|
|
|
|
|
|
|
|
implementation project(':org.jdrupes.vmoperator.util')
|
|
|
|
|
|
|
|
|
|
implementation 'commons-cli:commons-cli:1.5.0'
|
2023-07-25 12:26:42 +02:00
|
|
|
implementation 'io.kubernetes:client-java:[18.0.0,19)'
|
2023-07-22 14:36:42 +02:00
|
|
|
|
|
|
|
|
runtimeOnly 'org.slf4j:slf4j-jdk14:[2.0.7,3)'
|
2023-05-23 21:38:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
application {
|
|
|
|
|
// Define the main class for the application.
|
|
|
|
|
mainClass = 'org.jdrupes.vmoperator.manager.Manager'
|
|
|
|
|
}
|