You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
BUILD FAILED
FAILURE: Build failed with an exception.
Total time: 26.121 secs
What went wrong:
Execution failed for task ':server:ngGenerateAll'.
Process 'command 'C:\Program Files\Java\jdk8\bin\java.exe'' finished with non-zero exit value 1
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Error |
Command [ngGenerateAll] error: Could not execute build using Gradle distribution 'https://services.gradle.org/distributions/gradle-3.4.1-bin.zip'. (Use --stacktrace to see the full trace)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i got a gradle error: myproject:ngGenerateAllCommand execution error: null
my environment: grails 3.3.8 java 8 gradle 4.6
my domain like:
class MyDomain {
static class MySubCls {
//some fields
}
//some fields
MySubCls mySubCls
static embedded = ['mySubCls']
}
no embedded data, no error >_<
The text was updated successfully, but these errors were encountered: