You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since binaries aren't available anymore I tried building from the sources. After encountering the same issue as #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:
- Variant 'apiElements' capability xyz.nulldev.ts:tachiwebui:1.0:
- Incompatible attributes:
- Required org.gradle.jvm.version '8' and found incompatible value '11'.
- Required org.gradle.usage 'java-runtime' and found incompatible value 'java-api'.
- 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.jetbrains.kotlin.platform.type 'jvm' but no value provided.
- Variant 'runtimeElements' capability xyz.nulldev.ts:tachiwebui:1.0:
- Incompatible attribute:
- 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 #31 I stumbled upon an unresolvable dependency when building with gradle :
FAILURE: Build failed with an exception.
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!
The text was updated successfully, but these errors were encountered: