This repository contains build logic shared by several FeatJAR modules, implemented as Gradle plugins.
We provide the following plugins, which can be used in build.gradle
files:
de.featjar.java
: Convention plugin for Java modules (takes care of formatting, license headers, releasing, ...)de.featjar.java-library
: Extendsde.featjar.java
for developing librariesde.featjar.java-application
: Extendsde.featjar.java
for developing applications (creates shadow JARs)
This repository belongs to FeatJAR, a collection of Java libraries for feature-oriented software development. FeatJAR is released under the GNU Lesser General Public License v3.0.