14 lines
311 B
Groovy
14 lines
311 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 'org.freemarker:freemarker:[2.3.32,2.4)'
|
|
api 'com.google.code.gson:gson:2.10.1'
|
|
}
|