Class BaselineModuleJvmArgs

  • All Implemented Interfaces:
    org.gradle.api.Plugin<org.gradle.api.Project>

    public final class BaselineModuleJvmArgs
    extends java.lang.Object
    implements org.gradle.api.Plugin<org.gradle.api.Project>
    This plugin reuses the Add-Exports manifest entry defined in JEP-261 to propagate and collect required exports from transitive dependencies, and applies them to compilation (for annotation processors) and execution (tests, javaExec, etc) for runtime dependencies.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(org.gradle.api.Project project)  
      • Methods inherited from class java.lang.Object

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

      • BaselineModuleJvmArgs

        public BaselineModuleJvmArgs()
    • Method Detail

      • apply

        public void apply​(org.gradle.api.Project project)
        Specified by:
        apply in interface org.gradle.api.Plugin<org.gradle.api.Project>