Re: How to set compile dependencies for Gradle in Netbeans.

2022-07-31 Thread Laszlo Kishalmi
Well this one is a good read: https://docs.gradle.org/current/userguide/declaring_dependencies.html Also you might look at existing projects on GitHub or other samples on the web. On NetBeans side you can't really do much in the project properties, like in Ant projects. The information the

How to set compile dependencies for Gradle in Netbeans.

2022-07-31 Thread Owen Thomas
Hello NetBeans people. I have just started migrating my projects from Ant to Gradle in NetBeans. Some of them have compile dependencies on others, and I'm currently wondering how I set them up in NetBeans. I'm very new to Gradle, but I can no longer ignore the light being cast by wise people, and