Curious if I'm missing something: When trying to b...
# arrow-meta
m
Curious if I'm missing something: When trying to build meta via the readme instructions gradle appears to hang?
Copy code
./gradlew buildMeta -Dorg.gradle.debug=true
Starting a Gradle Daemon (subsequent builds will be faster)

> Starting Daemon
After 20 minutes it doesn't appear to proceed any further. Perhaps I'm missing something?
s
you are adding
-Dorg.gradle.debug=true
, it waits for you to connect the debugger 🙂
m
Ah that would make sense! I did not realize what that option was. Thanks! 🙂
r
if that is in the README it probably needs to be removed
m
I'll submit a PR 🙂
👍 1