Closed Cheapshot003 closed 3 months ago
Should be resolved now. Let me know if you still have issues.
Unfortunately still the same error
When I visit the url I also get the 503
I have just done a successful build on a fresh system, so I think there is something cached on your side that is causing this.
Try
./gradlew --refresh-dependencies jpackage
If that doesn't work, try deleting your Gradle cache entirely with
rm -rf $HOME/.gradle/caches/
I've uploaded the problematic jar to another repo, so it should not matter that the soton.ac.uk one is down.
Hi! When I try to build the sparrow binary with gradlew I get the following error: `tarting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':compileJava'.
Try:
BUILD FAILED in 28s 9 actionable tasks: 9 executed `
Does anybody else experience this issue? Have this on 2 different machines. Both Java-18 (Temurin). I mean, a 503 should affect everyone, right?