-
Notifications
You must be signed in to change notification settings - Fork 99
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
Does not work with Gradle 4.0.7 #29
Comments
Did you managed to solve this issue? If so - how? |
Looks like it's a breaking change in the Gradle API in org.gradle.api.DefaultTask, or org.gradle.api.internal.AbstractTask. Seems as though the |
Ok. Had a quick look, and was able to get the project compiling and working against Gradle 5. You'll have to checkout my branch (https://github.com/townsfolk/gradle-templates/tree/gradle-upgrades), and |
Hi @townsfolk that branch worked for me! Thanks you! Any plans of merging it to master and updating bintray? |
My build.gradle looks like this
If I execute gradle createJavaProject, the following error occurs:
The text was updated successfully, but these errors were encountered: