-
Notifications
You must be signed in to change notification settings - Fork 11
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
cannot apply plugin #9
Comments
What error do you get when applying it to the settings.gradle file? It should not be used in the top level build script... You can see from the error that it's expecting a Settings scope. Can you provide some code of what have you tried? Also, it may be helpful to see how it's used inside the demo folder :) |
Also, I think the instructions are ok, but I welcome any improvement as a PR :) |
I added it at line 1 in
The error I get is:
For the record: currently, my
|
Any suggestions on how to proceed? |
I removed all my includes from
settings.gradle
and addedid("com.pablisco.gradle.automodule") version "0.15"
as the last entry in my existing top-levelbuild.gradle
. However, when runninggradle jar
I now getThis is with Gradle 5.6.4
BTW: I first tried to add the plugin into
settings.gradle
because the instructions say: "replace includes with the plugin line" but that was not working either. Thus added tobuild.gradle
instead. Perhaps you can improve the instructions to make it clearer where to add the plugin line.The text was updated successfully, but these errors were encountered: