Provides the capability to compile Objectmodels out of torque xml schematas.
Just apply the plugin. And set "torquePackage" It automatically adds a compile task that compiles .xml inside "src/main/schema" to BaseClasses - "build/src/main/java" ModifiableClasses - "src/main/java"
You can define a custom task with custom paths.
Using the pluging DSL...
plugins {
id "eu.rehost.torque" version "0.0.1"
}
config documentation currently WIP
To ask questions or report bugs, please use the GitLab project.
- Initial Release
This plugin is licensed under Apache License, Version 2.0 without warranties or conditions of any kind, either express or implied.