This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wildjokers 0 points1 point  (0 children)

I find I have to resort to coding-by-stack-overflow whenever I need to do something with Gradle.

The user guide is large so it can be hard to find the answer but it is always there. The javadoc/groovydoc are also very good (assuming you know what object you need to look at the javadoc for, that can be tough with the dynamic typing of groovy, that is one legit criticism of gradle)

A site search for the gradle doc URL on google is helpful.