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
build.gradle
Description: Binary data
--------------------------------------------------------------------- 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