VM-Operator/buildSrc/src/org.jdrupes.vmoperator.java-library-conventions.gradle
2023-05-23 21:38:32 +02:00

13 lines
414 B
Groovy

/*
* This file was generated by the Gradle 'init' task.
*
* This project uses @Incubating APIs which are subject to change.
*/
plugins {
// Apply the common convention plugin for shared build configuration between library and application projects.
id 'org.jdrupes.vmoperator.java-common-conventions'
// Apply the java-library plugin for API and implementation separation.
id 'java-library'
}