Skip to content
A collection of Gradle plugins
Groovy Java
Branch: master
Clone or download

Latest commit

holgerstolzenberg Merge pull request #128 from ronipolus/master
Update jaxb2-plugin version in readme.md
Latest commit 6791796 Feb 4, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
annotation-processor-plugin Update JAXB2 Plugin changelog Dec 8, 2017
artifactory-deb-publish-plugin Update JAXB2 Plugin changelog Dec 8, 2017
auto-value-plugin Update JAXB2 Plugin changelog Dec 8, 2017
dagger-plugin Update JAXB2 Plugin changelog Dec 8, 2017
gradle/wrapper Added configuration option Aug 9, 2018
integration-test-plugin issue#100 IntegrationTest plugin deprecated getTestClassesDir Jul 12, 2018
jaxb2-plugin Update jaxb2-plugin version in readme.md (#1) Feb 3, 2020
querydsl-plugin Update readme.md May 27, 2019
.gitignore Add JAXB2 example to sample app. Nov 23, 2015
.travis.yml update sdk version to android-25 Nov 17, 2017
CONTRIBUTING.md Add a CONTRIBUTING.md to the project Jun 20, 2016
LICENSE Initial commit. First version of integration-test plugin implemented. Nov 20, 2014
README.md Update plugin compatibility in README May 10, 2019
build.gradle Upgrade to Gradle 4.3.1 Nov 17, 2017
gradle.properties [RED] Update to Gradle-3.3, still having test failures Jan 10, 2017
gradlew [RED] Update to Gradle-3.3, still having test failures Jan 10, 2017
gradlew.bat [RED] Update to Gradle-3.3, still having test failures Jan 10, 2017
settings.gradle Move plugins back to project root as sample app has been extracted Apr 22, 2016

README.md

License Build Status

EWERK Gradle Plugins

NOTE: The plugins are currently not compatible to Gradle 5+ and have not been tested with a JDK higher than 1.8. Currently a lot of issues arise related to using the plugins with Gradle 5+. There are plans to adopt the plugins to the newest Gradle API but time is lacking. Help is pretty much appreciated. Please see https://github.com/ewerk/gradle-plugins/milestone/1.

Introduction

This repository was introduced in order to use the Github/Gradle Plugin Portal capabilities for publishing open source Gradle plugins and using them with the new plugin declaration syntax introduced in Gradle 2.1.

The plugins are released using the plugin-publish plugin. Prior to the actual publication process, the plugins were hosted at Bintray organizational account 'ewerk'. This account and all associated repositories have been deleted, as the plugins are now directly hosted at the plugin portal itself.

The plugins are designed around Java language support. At the time being a lot of issues are raised regarding Groovy language support, which is not intended. The plugins may become compatible in the future, therefore help is very appreciated.

Gradle compatibility

Plugin ≥ 2.1 ≥ 3.3 ≥ 5.0
annotation-processor-plugin ≤1.0.3 ≥1.0.4 ø
artifactory-deb-publish-plugin ≤1.0.1 ≥1.0.2 ø
auto-value-plugin ≤1.0.7 ≥1.0.8 ø
dagger-plugin ≤1.0.7 ≥1.0.8 ø
integration-test-plugin ≤1.0.8 ≥1.0.9 ø
jaxb2-plugin ≤1.0.2 ≥1.0.3 ø
querydsl-plugin ≤1.0.7 ≥1.0.8 INCUBATING

Plugins

Please have a look at the Samples providing code examples on how to use the plugins.

You can’t perform that action at this time.