You have to add the project as a dependency. See
https://docs.gradle.org/current/userguide/declaring_dependencies.html#sub:project_dependencies Regards, JoeFoe On Thu, 22 Apr 2021, 16:25 Don, <don.albert...@gmail.com> wrote: > With the reduction of support for Ant, which I have been using for my > Java projects since 2004 or so, I decided to start learning Gradle. I > downloaded NetBeans 12.3 and proceeded to re-create the library/.jar > files I use to implement some basic classes that are specialized for our > environment. In Ant, it was easy to add a library to another library > project but I do not see any way to tell Project B that it needs to > include the .jar from Project A. What am I missing? > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org > For additional commands, e-mail: users-h...@netbeans.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > >