-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use the Gradle task #2
Comments
Please specify this variable (mcreator_path) to the local MCreator Gradle project address |
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
A problem occurred evaluating settings 'DemoJavaPlugin'.
The text was updated successfully, but these errors were encountered: