Gradle – Fabricating Systems Interview Question-Answer
Q.1 To execute the hello task in the build file, type ___ on the command line. A. gradle hello or gradle -q hello B. gradle hello C. gradle -q hello D. gradle task hello Ans : gradle hello or gradle -q hello Q.2 Consider …
Gradle – Fabricating Systems Interview Question-Answer Read More »