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?
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?