Since binaries aren't available anymore I tried building from the sources. After encountering the same issue as https://github.com/TachiWeb/TachiWeb-Server/issues/31 I stumbled upon an unresolvable dependency when building with gradle :
FAILURE: Build failed with an exception.
What went wrong:
Could not determine the dependencies of task ':TachiServer:distTar'.
Could not resolve all task dependencies for configuration ':TachiServer:runtimeClasspath'.
Could not resolve project :tachiwebui.
Required by:
project :TachiServer
Unable to find a matching variant of project :tachiwebui:
Required org.gradle.jvm.version '8' and found incompatible value '11'.
Other attributes:
Found org.gradle.category 'library' but wasn't required.
Required org.gradle.dependency.bundling 'external' and found compatible value 'external'.
Required org.gradle.libraryelements 'jar' and found compatible value 'jar'.
Required org.gradle.usage 'java-runtime' and found compatible value 'java-runtime'.
Required org.jetbrains.kotlin.platform.type 'jvm' but no value provided.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Since binaries aren't available anymore I tried building from the sources. After encountering the same issue as https://github.com/TachiWeb/TachiWeb-Server/issues/31 I stumbled upon an unresolvable dependency when building with gradle : FAILURE: Build failed with an exception.
What went wrong: Could not determine the dependencies of task ':TachiServer:distTar'.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 1m 30s Java build failed!