Package com.modrinth.minotaur
Class Minotaur
java.lang.Object
com.modrinth.minotaur.Minotaur
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
The main class for Minotaur.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project project) Creates theModrinthExtensionfor the project and registers themodrinthandmodrinthSyncBodytasks.
-
Constructor Details
-
Minotaur
public Minotaur()
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) Creates theModrinthExtensionfor the project and registers themodrinthandmodrinthSyncBodytasks.- Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>- Parameters:
project- The Gradle project which Minotaur is applied to
-