Class ShadowPluginSupport

java.lang.Object
io.micronaut.gradle.ShadowPluginSupport

public class ShadowPluginSupport extends Object
  • Field Details

  • Method Details

    • withShadowPlugin

      public static void withShadowPlugin(org.gradle.api.Project p, Runnable action)
    • 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