Class IdeIntegration
java.lang.Object
net.neoforged.moddevgradle.internal.IdeIntegration
Implementing classes are responsible for registering
ideSyncTask with their IDE.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.gradle.api.tasks.TaskProvider<org.gradle.api.Task>A task we attach other tasks to that should run when the IDE reloads the projects.protected final org.gradle.api.Project -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IdeIntegrationfinal voidrunTaskOnProjectSync(Object task) Registers a task to be run when the IDE reloads the Gradle project.protected boolean
-
Field Details
-
ideSyncTask
protected final org.gradle.api.tasks.TaskProvider<org.gradle.api.Task> ideSyncTaskA task we attach other tasks to that should run when the IDE reloads the projects. -
project
protected final org.gradle.api.Project project
-
-
Constructor Details
-
IdeIntegration
-
-
Method Details
-
of
-
runTaskOnProjectSync
Registers a task to be run when the IDE reloads the Gradle project. -
shouldGenerateConfigFor
-