Join Slack
Powered by
OK, I see. It's because I'm using `the<Applicat...
# gradle
i
ikej
04/08/2018, 12:58 PM
OK, I see. It's because I'm using
the<ApplicationPluginConvention>
inside a task and in 0.16.3 it looks up the extension in the task and not in the enclosing project. Replacing it with
project.the<ApplicationPluginConvention>
fixes the problem.
2
Views
Open in Slack
Previous
Next