21 lines
587 B
Groovy
21 lines
587 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-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)'
|
|
implementation 'org.jgrapes:org.jgrapes.util:[1.26.0,2)'
|
|
}
|
|
|
|
application {
|
|
// Define the main class for the application.
|
|
mainClass = 'org.jdrupes.vmoperator.manager.Manager'
|
|
}
|