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.28.1
0.28.1
Created 03 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.28.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.name.remal:gradle-plugins:0.28.1") } } apply(plugin = "name.remal.merge-java-resources")
- Applying plugins to all subprojects .