Is there any particular reason that you are not using gradle wrapper for
building the plugin? It would be nice not to have to know which exact
version of gradle I need to build it. I have some old (0.9.1) version
installed locally and I cannot build it anymore but if only the plugin
used gradlew I could use it and it would download the needed version for me.
Do you have anything against me adding gradle wrapper as a part of my
pull request?
Marcin Erdmann
P.s. Btw, which version should I use actually?
Is there any particular reason that you are not using gradle wrapper for building the plugin?
P.s. Btw, which version should I use actually?
Ok, I will include it in my pull request then.
>
> P.s. Btw, which version should I use actually?
>
>
> Currently, you should use 1.0-m3 (as m4 has some major performance
> issues -- but some people use m4 anyway).
Unfortunately you're wrong:). I've just learned that Matthias modified
the build so that it's milestone-4 dependent - he's using output
property of source sets which was added in m4. That's why I've set
gradle version to m4 for the wrapper.
Marcin
Unfortunately you're wrong:). I've just learned that Matthias modified the build so that it's milestone-4 dependent - he's using output property of source sets which was added in m4. That's why I've set gradle version to m4 for the wrapper.