-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Fulib Gradle Plugin | ||
|
||
[![Build Status](https://travis-ci.org/fujaba/fulibGradle.svg?branch=master)](https://travis-ci.org/fujaba/fulibGradle) | ||
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/org/fulib/fulibGradle/org.fulib.fulibGradle.gradle.plugin/maven-metadata.xml.svg?colorB=blue&label=Gradle%20Plugin%20Portal)](https://plugins.gradle.org/plugin/org.fulib.fulibGradle) | ||
|
||
The Gradle plugin for the [Fulib Scenarios](https://github.com/fujaba/fulibScenarios) tool. | ||
|
||
## Usage | ||
|
||
The plugin is available on the [Gradle Plugin Portal](https://plugins.gradle.org/plugin/org.fulib.fulibGradle) | ||
and can be installed via the `plugins` DSL in `build.gradle`: | ||
|
||
```groovy | ||
plugins { | ||
// ... | ||
id 'java' | ||
id 'org.fulib.fulibGradle' version '0.1.0' | ||
// ... | ||
} | ||
``` | ||
|
||
See the [Fulib Scenarios README](https://github.com/fujaba/fulibScenarios/blob/master/README.md) | ||
for instructions on how to use the tool. |