in Gradle by (81 points)
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 (23.9k points)
build/tmp/jar
0 votes
by (31.7k points)
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 (81 points)
0 votes
asked May 27, 2019 in Gradle by Ankita1283 (81 points)
0 votes
asked May 27, 2019 in Gradle by Ankita1283 (81 points)
...