#2219 Copy Jars into lib folder during plugin build automatically

This commit is contained in:
rlee287 2020-08-25 17:11:09 -07:00 committed by Ryan Kurtz
parent 656060a1a5
commit 71b70cf8e5
2 changed files with 28 additions and 2 deletions

View file

@ -1,3 +1,3 @@
The "lib" directory is intended to hold Jar files which this module
is dependent upon. This directory may be eliminated from a specific
module if no other Jar files are needed.
is dependent upon. If you use the copyDependencies task, this directory
is automatically managed by Gradle and should not be modified.