0 votes
in Gradle by
edited by

While building a Java project with gradle, the JAR files are created in _______ after the execution of gradle build command.

a)build/classes

b)build/tmp/jar

c)build/libs

d)build/tmp

2 Answers

0 votes
by
build/tmp/jar
0 votes
by
c)build/libs

While building a Java project with gradle, the JAR files are created in build/libs after the execution of gradle build command.

Related questions

0 votes
asked May 27, 2019 in Gradle by Ankita1283
0 votes
asked May 27, 2019 in Gradle by Ankita1283
...