sparrowwallet / sparrow

Desktop Bitcoin Wallet focused on security and privacy. Free and open source.
https://sparrowwallet.com/
Apache License 2.0
1.36k stars 192 forks source link

Build failed: Could not resolve com.nativelibs4java:bridj:0.7-20140918-3. #1481

Closed Cheapshot003 closed 3 months ago

Cheapshot003 commented 3 months ago

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

Configure project : Project : => 'com.sparrowwallet.sparrow' Java module

Task :compileJava FAILED

FAILURE: Build failed with an exception.

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?

craigraw commented 3 months ago

Should be resolved now. Let me know if you still have issues.

Cheapshot003 commented 3 months ago

Unfortunately still the same error picture

When I visit the url I also get the 503 picture2

craigraw commented 3 months ago

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.