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

2022-08-02 Thread Owen Thomas
Furthermore, if you read this , the "compile" dependency has been deprecated since version 7 of Gradle. I'm using 7.2. Apparently there are three types of dependency: compileOnly, implementation, and runtimeOnly. The link gives

Re: Gradle won't resolve dependency: what's wrong here?

2022-08-02 Thread Owen Thomas
And restarting NetBeans (after rebooting my laptop) seems to have cleared the PeerDevice project of its rash. Now to include the remainder of the projects... On Tue, 2 Aug 2022 at 16:23, Owen Thomas wrote: > Hey Laszlo. > > Sorry for not doing as you have asked, but while you were probably >

Re: Gradle won't resolve dependency: what's wrong here?

2022-08-02 Thread Owen Thomas
Hey Laszlo. Sorry for not doing as you have asked, but while you were probably composing your message, my Gradle project built! I don't know if that means that I'm good - (it usually doesn't) I need to add a lot more subprojects to the root project - but all I did was to change