Skip to content

rehost-eu/gradle-torque

Repository files navigation

Gradle Torque Plugin

Description

Provides the capability to compile Objectmodels out of torque xml schematas.

Usage

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.

Installation

Using the pluging DSL...

plugins {
  id "eu.rehost.torque" version "0.0.1"
}

Configuration

config documentation currently WIP

Getting Help

To ask questions or report bugs, please use the GitLab project.

Change Log

0.0.1 (2023-02-28)

  • Initial Release

License

This plugin is licensed under Apache License, Version 2.0 without warranties or conditions of any kind, either express or implied.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages