Posted October 21, 201411 yr I have been trying to figure out why I have not been able to use gradlew setupDevWorkspace. I always get the error: :extractNatives FAILURE: Build failed with an exception. * What went wrong: Could not resolve all dependencies for configuration ':minecraftNatives'. > Could not download artifact 'net.java.jinput:jinput-platform:2.0.5:jinput-plat form-natives-windows.jar' > Could not GET 'http://repo1.maven.org/maven2/net/java/jinput/jinput-platfor m/2.0.5/jinput-platform-2.0.5-natives-windows.jar'. Received status code 503 fro m server: Service Unavailable * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 7.273 secs I found out it was my firewall blocking the file being downloaded. I managed to get a copy of the file, but I don't know where to put it or what to do with it. I noticed that gradle was able to skip over parts of the setup it already completed. Is there some way I can complete this step for the setup? So it could move on and complete the rest of the set up. Thanks
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.