NB BUILD FAILED (gradle module) #6612
sai-vivekanand
started this conversation in
General
Replies: 2 comments
-
I assume you're trying to build with Java 21? Either switch to Java 11 or 17, or read the notes in the README about using an alternative JDK to build the Gradle support. |
Beta Was this translation helpful? Give feedback.
0 replies
-
special setup is now no longer needed #6816 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in the local, cloned the repo, executed 'ant build' and it failed at :
BUILD FAILED
/Users/vsvr/openSource/netbeans/nbbuild/build.xml:635: The following error occurred while executing this line:
/Users/vsvr/openSource/netbeans/nbbuild/build.xml:630: The following error occurred while executing this line:
/Users/vsvr/openSource/netbeans/nbbuild/build.xml:677: The following error occurred while executing this line:
/Users/vsvr/openSource/netbeans/extide/gradle/build.xml:61: Java returned: 1
anyone knows how to resolve this issue? I looked through gradle/build.xml at 61st line and it's:
and nbbuild/build.xml lines from 630 are:
please help me if anyone resolved similar issues and what should be change to resolve this problem?
Beta Was this translation helpful? Give feedback.
All reactions