Alpha-s-Stuff / TinkersConstruct

Tinker a little, build a little, tinker a little more...
MIT License
86 stars 31 forks source link

[Compile Error] Gradle fails with HTTP 409 #41

Closed N3X15 closed 1 year ago

N3X15 commented 1 year ago

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 <alphamodeyt@gmail.com>
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

AlphaMode commented 1 year ago

I believe jitpack went down. Those dependencies aren't really needed and can be removed

AlphaMode commented 1 year ago

1.19.4 doesn't use fake config anymore