Workspace Setup Help?

Have you tried asking HBM ( @TheBobcat ) for a Bugfix? :wink:

Also maybe try not to give ā€œ?ā€ when it asks for a Number.

As for the Workspace did you try running the following in the Console inside the Directory the git workspace is?

On Windows (if i guessed right):
gradlew --refresh-dependencies setupDecompWorkspace build eclipse

On Linux
./gradlew --refresh-dependencies setupDecompWorkspace build eclipse

1 Like