hamishg opened a new issue, #4239:
URL: https://github.com/apache/netbeans/issues/4239
### Apache NetBeans version
Apache NetBeans 14
### What happened
Tried to load a Gradle project using Gradle v5.2.1 in Netbeans 14 and got
this error:
`Could not run build action using connection to Gradle installation
'/Users/{myuser}/.gradle/wrapper/dists/gradle-5.2.1-bin/9lc4nzslqh3ep7ml2tp68fk8s/gradle-5.2.1'`
This project loads correctly in Netbeans 13.
### How to reproduce
- Fresh Netbeans 14 install. Settings not imported from older version.
- Open the attached sample Hello World project with Gradle wrapper v5.2.1 .
- Try and build the project
- (hopefully see the error)
[gradleloading.zip](https://github.com/apache/netbeans/files/8929314/gradleloading.zip)
### Did this work correctly in an earlier version?
Apache NetBeans 13
### Operating System
macOS 11.6 Big Sur running on aarch64 (M1 Mac)
### JDK
OpenJDK Runtime Environment 11.0.13+8-LTS
### Apache NetBeans packaging
Apache NetBeans provided installer
### Anything else
Things I have tried:
* Deleting Netbeans cache in ~/Library/Caches/NetBeans/14
* Deleting Netbeans data in ~/Library/Application Support/NetBeans/14
* Deleting Gradle wrappers in ~/.gradle
When the Gradle wrapper is not present then Netbeans is downloading it ok
but still has the same problem loading the project.
### Are you willing to submit a pull request?
No
### Code of Conduct
Yes
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists