Class CompileModuleInfoHelper
java.lang.Object
org.javamodularity.moduleplugin.internal.CompileModuleInfoHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddependOnOtherCompileModuleInfoJavaTasks(org.gradle.api.tasks.compile.JavaCompile javaCompile) If this project depends on projects that are using separatemodule-info.javacompilation,javaCompilehas to depend oncompileModuleInfoJavaof every such dependent project (otherwise,module-info.javaof this project may not compile).
-
Constructor Details
-
CompileModuleInfoHelper
public CompileModuleInfoHelper()
-
-
Method Details
-
dependOnOtherCompileModuleInfoJavaTasks
public static void dependOnOtherCompileModuleInfoJavaTasks(org.gradle.api.tasks.compile.JavaCompile javaCompile) If this project depends on projects that are using separatemodule-info.javacompilation,javaCompilehas to depend oncompileModuleInfoJavaof every such dependent project (otherwise,module-info.javaof this project may not compile).- Parameters:
javaCompile- compile Java task to be modularized
-