Class PomUtilsInternalProxy

java.lang.Object
net.minecraftforge.gradleutils.internal.PomUtilsInternalProxy

@VisibleForTesting @Internal @Deprecated(forRemoval=true, since="3.4.0") @ScheduledForRemoval(inVersion="4.0.0") public final class PomUtilsInternalProxy extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Map<String, org.gradle.api.Action<? super org.gradle.api.publish.maven.MavenPomDeveloper>>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static org.gradle.api.Action<org.gradle.api.publish.maven.MavenPomLicense>
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PomUtilsInternalProxy

      public PomUtilsInternalProxy()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • makeLicense

      public static org.gradle.api.Action<org.gradle.api.publish.maven.MavenPomLicense> makeLicense(String name, String url)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • makeDevelopers

      public static Map<String, org.gradle.api.Action<? super org.gradle.api.publish.maven.MavenPomDeveloper>> makeDevelopers()
      Deprecated, for removal: This API element is subject to removal in a future version.