Currently fails to build due to being unable to resolve dashloader
MithicSpirit opened this issue ยท 0 comments
I believe that the underlying issue is that the dashloader dependency is misconfigured. Logs:
$ gradle clean build
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.5.1/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
> Configure project :
Fabric Loom: 0.11.34
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'enhanced-block-entities'.
> Could not resolve all dependencies for configuration ':modCompileOnly'.
> Could not resolve dev.quantumfusion.dashloader:dashloader-core:1.2.1.
Required by:
project :
> Could not resolve dev.quantumfusion.dashloader:dashloader-core:1.2.1.
> Could not get resource 'https://quantumfusion.dev/maven/dev/quantumfusion/dashloader/dashloader-core/1.2.1/dashloader-core-1.2.1.pom'.
> Could not GET 'https://quantumfusion.dev/maven/dev/quantumfusion/dashloader/dashloader-core/1.2.1/dashloader-core-1.2.1.pom'.
> Certificate for <quantumfusion.dev> doesn't match any of the subject alternative names: [notalpha.dev]
> Could not resolve dev.quantumfusion.dashloader:dashloader-definitions:3.0-rc14-1.18.
Required by:
project :
> Could not resolve dev.quantumfusion.dashloader:dashloader-definitions:3.0-rc14-1.18.
> Could not get resource 'https://quantumfusion.dev/maven/dev/quantumfusion/dashloader/dashloader-definitions/3.0-rc14-1.18/dashloader-definitions-3.0-rc14-1.18.pom'.
> Could not GET 'https://quantumfusion.dev/maven/dev/quantumfusion/dashloader/dashloader-definitions/3.0-rc14-1.18/dashloader-definitions-3.0-rc14-1.18.pom'.
> Certificate for <quantumfusion.dev> doesn't match any of the subject alternative names: [notalpha.dev]
* 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 8s