An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# GenTreeSrc Gradle Plugin

[![Build Status](https://travis-ci.org/Clashsoft/GenTreeSrc-Gradle.svg?branch=master)](https://travis-ci.org/Clashsoft/GenTreeSrc-Gradle)
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/de/clashsoft/gentreesrc-gradle/de.clashsoft.gentreesrc-gradle.gradle.plugin/maven-metadata.xml.svg?colorB=blue&label=Gradle%20Plugin%20Portal)](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.