Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception on build #73

Open
Mereck13579 opened this issue Jan 6, 2021 · 1 comment
Open

Exception on build #73

Mereck13579 opened this issue Jan 6, 2021 · 1 comment

Comments

@Mereck13579
Copy link

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.

  • Get more help at https://help.gradle.org

BUILD FAILED in 1m 30s
Java build failed!

@BradKML
Copy link

BradKML commented Feb 11, 2021

Pls check https://github.com/AriaMoradi/Tachidesk for future developments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants