Open Minetrio1256 opened 6 months ago
Please specify this variable (mcreator_path) to the local MCreator Gradle project address
how
how
clone the MCreator repository(MCreator/MCreator) and,copy its path to set the variable
create the gradle.properties
Does anyone know the default mcreator_path on macOS? I think it should be this but it's not working for me.
/Applications/MCreator.app/Contents/MacOS/mcreator
I am having issue with the Gradle task to test the plugin. Here is my settings.gradle `rootProject.name = 'DemoJavaPlugin'
include ":MCreator" mcreator_path= '/.mcreator/gradle/' project(":MCreator").projectDir = file(mcreator_path)` Here is the error:
What went wrong: A problem occurred evaluating settings 'DemoJavaPlugin'.
Try: