I saw "MuWire resurrected" on the I2P Forum (http://i2pforum.i2p/viewtopic.php?t=1280) and lgillis latest post here, both from 2024. Unfortunately, I cannot compile muwire from git any longer in 2025. It seems that some git repository or gradle requirements are not met. I am glad to report that the latest binary package from git (MuWire-0.8.14-beta2) still works here.
For the future of this great project I hope that it is possible to update the build process, and if I dare to wish the MuWire code itself.
BTW Thanks to the MuWire developer!
Cheers
Appendix: Console output:
Code: Select all
./gradlew clean assemble
...
A problem occurred configuring project ':cli'.
> Could not resolve all files for configuration ':cli:classpath'.
> Could not find com.github.jengelman.gradle.plugins:shadow:5.2.0.
Searched in the following locations:
- https://jcenter.bintray.com/com/github/jengelman/gradle/plugins/shadow/5.2.0/shadow-5.2.0.pom
...
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
...
BUILD FAILED in 811ms