com.ewerk.gradle.plugins.annotation-processor
Owner: EWERK IT GmbH
Plugin for generating Java source from annotation processor
Sources: https://github.com/ewerk/gradle-plugins
Version 1.0.5-SNAPSHOT (latest)
1.0.5-SNAPSHOT
Created 07 April 2017.
Plugin for generating Java source from annotation processor
Add this plugin to your build using the plugins DSL:
plugins {
id("com.ewerk.gradle.plugins.annotation-processor") version "1.0.5-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.ewerk.gradle.plugins:annotation-processor-plugin:1.0.5-SNAPSHOT") } } apply(plugin = "com.ewerk.gradle.plugins.annotation-processor")
- Applying plugins to all subprojects .