name.remal.merge-java-resources
Owner: Semyon Levin
Plugin that merges META-INF/services/* files from different output directories in result jar file.
https://gitlab.com/remal/gradle-plugins
Sources: https://gitlab.com/remal/gradle-plugins.git
Version 0.29.0
0.29.0
Created 08 October 2017.
Plugin that merges META-INF/services/* files from different output directories in result jar file.
Add this plugin to your build using the plugins DSL:
plugins {
id("name.remal.merge-java-resources") version "0.29.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.name.remal:gradle-plugins:0.29.0") } } apply(plugin = "name.remal.merge-java-resources")
- Applying plugins to all subprojects .