Where does Gradle output the build jars?
# community-support
c
Where does Gradle output the build jars?
v
Depends on which you talk about and what you maybe configured. If you mean what the
jar
task produces and you did not do change defaults, then in
build/libs
c
How do we set it up to output jars?
v
It's totally unclear to me what you are trying to ask
c
How do I configure it to output jar files?
v
Still not clear. Practically any plugin you apply will cause a jar to be built
c
K