[Compile Error] Gradle fails with HTTP 409
N3X15 opened this issue ยท 2 comments
Minecraft Version
1.18.2
Fabric/Quilt Version
Fabric 0.14.12
Fabric/Quilt API Version
Fabric API 0.67.0
Tinkers' Construct Version
Hephaestus
Describe your issue
Gradle fails due to an HTTP 409 (Conflict) error with fakeconfigtoml dependencies.
Rob@RAGE F:\Projects\minecraft\tinkersconstruct-fabric
$ gradlew.bat setupDevWorkspace eclipse
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.3/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
> Configure project :
Fabric Loom: 0.12.56
prepared for build
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'Hephaestus'.
> Could not resolve all dependencies for configuration ':modImplementation'.
> Could not resolve com.github.AlphaMode:fakeconfigtoml:master-SNAPSHOT.
Required by:
project :
project : > slimeknights.mantle:Mantle:1.18.2-1.9.159
> Could not resolve com.github.AlphaMode:fakeconfigtoml:master-SNAPSHOT.
> Could not get resource 'https://maven.jamieswhiteshirt.com/libs-release/com/github/AlphaMode/fakeconfigtoml/master-SNAPSHOT/fakeconfigtoml-master-SNAPSHOT.pom'.
> Could not GET 'https://maven.jamieswhiteshirt.com/libs-release/com/github/AlphaMode/fakeconfigtoml/master-SNAPSHOT/fakeconfigtoml-master-SNAPSHOT.pom'. Received status code 409 from server: Conflict
* 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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 59s
Rob@RAGE F:\Projects\minecraft\tinkersconstruct-fabric
$ git log -n 1
commit e888c8b33bafb1970fc9a0740a7fcaa9d3aee74c (HEAD -> 1.18.2-new, origin/HEAD, origin/1.18.2-new)
Author: AlphaMode <[email protected]>
Date: Sun Jan 1 23:23:56 2023 -0600
Remove REI Deprecation warning
Crash Report
No response
Other mods
Not applicable (build-time issue).
Tried reproducing with just Tinkers?
Yes
Performance Enchancers
None of the above
Searched for known issues?
Checked pinned issues, Searched open issues, Searched closed issues, Checked the FAQ
I believe jitpack went down. Those dependencies aren't really needed and can be removed