name.remal.experimental-jsr205-jsr305-split-package-fixer
Owner: Semyon Levin
Plugin that fixes split package situation of JSR 205 and JSR 305 artifacts.
Sources: https://gitlab.com/remal/gradle-plugins.git
Version 1.0.132
1.0.132
Created 17 May 2019.
Plugin that fixes split package situation of JSR 205 and JSR 305 artifacts. Min Gradle version: 4.5.
Add this plugin to your build using the plugins DSL:
plugins {
id("name.remal.experimental-jsr205-jsr305-split-package-fixer") version "1.0.132"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("name.remal:gradle-plugins:1.0.132") } } apply(plugin = "name.remal.experimental-jsr205-jsr305-split-package-fixer")
- Applying plugins to all subprojects .