Class GradleInternalHelper
java.lang.Object
nl.elec332.gradle.minecraft.moddev.util.GradleInternalHelper
Created by Elec332 on 14-03-2024
Central place for everything accessing Gradle internals
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> org.gradle.api.Action<T>configureUsing(groovy.lang.Closure<?> configureClosure) static org.gradle.api.initialization.SettingsgetGradleSettings(org.gradle.api.Project project)
-
Field Details
-
JAVA_MAIN_COMPONENT_NAME
- See Also:
-
-
Constructor Details
-
GradleInternalHelper
public GradleInternalHelper()
-
-
Method Details
-
getGradleSettings
public static org.gradle.api.initialization.Settings getGradleSettings(org.gradle.api.Project project) -
configureUsing
public static <T> org.gradle.api.Action<T> configureUsing(@Nullable groovy.lang.Closure<?> configureClosure)
-