You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/09/27 09:25:24 UTC

[GitHub] [netbeans] alewis001 commented on issue #4239: Error loading Gradle project in Netbeans 14 - Could not run build action using connection to Gradle installation

alewis001 commented on issue #4239:
URL: https://github.com/apache/netbeans/issues/4239#issuecomment-1259232650

   I can confirm I'm seeing the same issue as @hamishg on Netbeans 15...
   > I tried with a fresh install of Netbeans 15. I now get a different error message when trying to build the sample project provided earlier:
   > 
   > > org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack: No such property: classesDirectory for class: org.gradle.api.internal.file.DefaultSourceDirectorySet
   
   The workaround provided by @hamishg also worked for me. 
   
   
   The affected Gradle project is using the Gradle Wrapper and is on version 5.6, and the Java version I'm using on an M1 Mac (aarch64) is:
   ```
   openjdk version "11.0.16" 2022-07-19
   OpenJDK Runtime Environment Temurin-11.0.16+8 (build 11.0.16+8)
   OpenJDK 64-Bit Server VM Temurin-11.0.16+8 (build 11.0.16+8, mixed mode)
   ```
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists