Class GradlePlugin

java.lang.Object
io.micronaut.starter.build.gradle.GradlePlugin
All Implemented Interfaces:
io.micronaut.core.order.Ordered, BuildPlugin

public class GradlePlugin extends Object implements BuildPlugin
  • Field Details

  • Constructor Details

    • GradlePlugin

      @Deprecated(since="4.2.0", forRemoval=true) public GradlePlugin(@NonNull @NonNull GradleFile gradleFile, @Nullable @Nullable String id, @Nullable @Nullable String version, @Nullable @Nullable String artifactId, @Nullable @Nullable Writable extension, @Nullable @Nullable Writable settingsExtension, List<GradleRepository> pluginsManagementRepositories, boolean requiresLookup, int order, Set<String> buildImports)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • GradlePlugin

      public GradlePlugin(@NonNull @NonNull GradleFile gradleFile, @Nullable @Nullable String id, @Nullable @Nullable String version, @Nullable @Nullable String artifactId, @Nullable @Nullable Writable extension, @Nullable @Nullable Writable settingsExtension, List<GradleRepository> pluginsManagementRepositories, boolean requiresLookup, int order, Set<String> buildImports, Set<String> settingsImports)
  • Method Details