Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19870

Difference `getting`/`existing`

$
0
0

Both methods have the same example given in their documentation:

tasks { val jar by getting }
tasks { val jar by existing }

What’s the difference between those two? Why are both functions necessary?


Viewing all articles
Browse latest Browse all 19870

Trending Articles