Class GraalVMPluginSupport

java.lang.Object
com.uwyn.rife2.gradle.GraalVMPluginSupport

public abstract class GraalVMPluginSupport extends Object
Configures the GraalVM plugin. This is done in a separate class so that the types referenced in this class are not eagerly loaded, which would cause issues with users who are not using the GraalVM plugin.
  • Field Details

  • Method Details

    • configureGraalVMPlugin

      public static void configureGraalVMPlugin(org.gradle.api.Project project, Rife2Extension rife2Extension)