Class VanillaGradle

  • All Implemented Interfaces:
    org.gradle.api.Plugin<java.lang.Object>

    public final class VanillaGradle
    extends java.lang.Object
    implements org.gradle.api.Plugin<java.lang.Object>
    A plugin that actually adds the provided Minecraft artifacts to the project classpath.
    • Constructor Summary

      Constructors 
      Constructor Description
      VanillaGradle()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(@NonNull java.lang.Object target)  
      • Methods inherited from class java.lang.Object

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

      • VanillaGradle

        public VanillaGradle()
    • Method Detail

      • apply

        public void apply​(@NonNull java.lang.Object target)
        Specified by:
        apply in interface org.gradle.api.Plugin<java.lang.Object>