-
Notifications
You must be signed in to change notification settings - Fork 15
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
Building from source failed #44
Comments
(I have continued working on this because IDK) user@ubuntu-wsl:~/sync-fabric$ ./gradlew build --refresh-dependencies
> Configure project :
Fabric Loom: 0.12.56
Refresh dependencies is in use, loom will be significantly slower.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'sync-fabric'.
> Could not resolve all dependencies for configuration ':modCompileOnly'.
> Could not find com.github.DaFuqs:AdditionalEntityAttributes:95f13798d1.
Searched in the following locations:
- file:/home/user/sync-fabric/.gradle/loom-cache/remapped_mods/com/github/DaFuqs/AdditionalEntityAttributes/95f13798d1/AdditionalEntityAttributes-95f13798d1.pom
- https://maven.fabricmc.net/com/github/DaFuqs/AdditionalEntityAttributes/95f13798d1/AdditionalEntityAttributes-95f13798d1.pom
- https://libraries.minecraft.net/com/github/DaFuqs/AdditionalEntityAttributes/95f13798d1/AdditionalEntityAttributes-95f13798d1.pom
- https://libraries.minecraft.net/com/github/DaFuqs/AdditionalEntityAttributes/95f13798d1/AdditionalEntityAttributes-95f13798d1.jar
- https://repo.maven.apache.org/maven2/com/github/DaFuqs/AdditionalEntityAttributes/95f13798d1/AdditionalEntityAttributes-95f13798d1.pom
- file:/home/user/.gradle/caches/fabric-loom/95f13798d1/AdditionalEntityAttributes.jar
- file:/home/user/sync-fabric/.gradle/loom-cache/95f13798d1/AdditionalEntityAttributes.jar
- https://maven.terraformersmc.com/com/github/DaFuqs/AdditionalEntityAttributes/95f13798d1/AdditionalEntityAttributes-95f13798d1.pom
- https://oss.sonatype.org/content/repositories/snapshots/com/github/DaFuqs/AdditionalEntityAttributes/95f13798d1/AdditionalEntityAttributes-95f13798d1.pom
- https://minecraft.guntram.de/maven/com/github/DaFuqs/AdditionalEntityAttributes/95f13798d1/AdditionalEntityAttributes-95f13798d1.pom
- https://jitpack.io/com/github/DaFuqs/AdditionalEntityAttributes/95f13798d1/AdditionalEntityAttributes-95f13798d1.pom
Required by:
project : > com.github.apace100:apoli:2.5.0
* 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 6s |
So, this dependency hell has finally crumbled, huh? You can remove dependencies on As for Thus, if you want to build the mod from sources while maintaining compatibility with Origins, I believe the only solution at the moment is to build Otherwise, just nuke |
What happened?
I followed the steps provided to build from sources on both windows and linux (WSL) but was unable to build the project. I have attached the output from the terminal.
I've gone to
https://ladysnake.jfrog.io/artifactory/mods/io/github/ladysnake/satin/1.9.0/satin-1.9.0.pom
and it redirects me to the landing page for jfrog, mentioning how their free subscription has been deactivated.For now I'll download the already built project, but I figured it might be helpful to report this issue.
Version
4.3
Minecraft Version
1.19.2
Fabric API Version
none
Installation Source
Other
Logs
Other Mods
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: