Turns out, it is an error. It was configured for an outdated URL. Don't know why it worked from the command line. Fixed now.
On Tue, Nov 13, 2018 at 8:38 PM Blake McBride <blake1...@gmail.com> wrote: > Greetings, > > I am using NetBeans 8.2 on a 64 bit Linux box with Java 8. I have the > "User Installed Plugins" plugin (supporting Gradle) installed and active. I > loaded up a Gradle-based project that is known to work. NetBeans is > flagging the following line in build.gradle as an error: > > import org.akhikhl.gretty.AppStartTask > > NetBeans says: Unable to resolve class org.akhikhl.gretty.AppStartTask > > The entire build.gradle is attached herewith. Also, the entire project is > located at: https://github.com/kiss-web/Kiss > > Sure appreciate any help! > > Thanks! > > Blake McBride > >