Blog Post Details

Please excuse me for only blogging in english!

I love Gradle! I know I should also love the Gradle Wrapper since it makes projects independent of the Gradle version they where built with.

Some time ago I thought about writing a wrapper that used Gradler Wrapper if the project used it and if not falled back to Gradle itself.

But then I thought that why isn't this built into Gradle itself and perhaps someone else has got the same idea.

Google was my friend and I found this little GDUB project that did exactly that.

So now I have a wrapper around Gradle Wrapper! Neat indead!

Leave a Reply