https://github.com/clashsoft/gentreesrc-gradle
The GenTreeSrc Gradle plugin
https://github.com/clashsoft/gentreesrc-gradle
Last synced: about 1 year ago
JSON representation
The GenTreeSrc Gradle plugin
- Host: GitHub
- URL: https://github.com/clashsoft/gentreesrc-gradle
- Owner: Clashsoft
- License: bsd-3-clause
- Created: 2019-04-28T11:27:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T19:14:52.000Z (about 6 years ago)
- Last Synced: 2025-02-10T22:44:17.092Z (over 1 year ago)
- Language: Java
- Size: 131 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GenTreeSrc Gradle Plugin
[](https://travis-ci.org/Clashsoft/GenTreeSrc-Gradle)
[](https://plugins.gradle.org/plugin/de.clashsoft.gentreesrc-gradle)
The Gradle plugin for the [GenTreeSrc](https://github.com/Clashsoft/GenTreeSrc) tool.
## Usage
The plugin is available on the [Gradle Plugin Portal](https://plugins.gradle.org/plugin/de.clashsoft.gentreesrc-gradle)
and can be installed via the `plugins` DSL in `build.gradle`:
```groovy
plugins {
// ...
id 'java'
id 'de.clashsoft.gentreesrc-gradle' version '0.8.0'
// ...
}
// ...
```
The plugin requires JDK 8 or later.
Starting with v0.8.0, you need to use Gradle 6 or later.
See the [GenTreeSrc README](https://github.com/Clashsoft/GenTreeSrc/blob/master/README.md) for tool usage instructions.