Package io.micronaut.gradle
Class ShadowPluginSupport
java.lang.Object
io.micronaut.gradle.ShadowPluginSupport
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
mergeServiceFiles
(org.gradle.api.Project project) If shadow JAR is enabled, it configures to merge all META-INF/services file into a single file otherwise this will break the application.static void
withShadowPlugin
(org.gradle.api.Project p, Runnable action)
-
Field Details
-
SHADOW_PLUGIN
- See Also:
-
-
Method Details
-
withShadowPlugin
-
mergeServiceFiles
public static void mergeServiceFiles(org.gradle.api.Project project) If shadow JAR is enabled, it configures to merge all META-INF/services file into a single file otherwise this will break the application. Shadow: Merging Server Descriptor Files- Parameters:
project
- Gradle Project
-