-
-
Notifications
You must be signed in to change notification settings - Fork 507
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
Gradle plugin not found #4664
Comments
I'm not sure why you keep running into that. Then again, maybe we shouldn't depend on a snapshot dependency. [edit] Williewillus pointed out the snapshot issue to the VanillaGradle folks last year already, no news since then: SpongePowered/VanillaGradle#106 |
For the record, two things have happened in this regard, even though they are probably not directly related to the issue encountered here:
|
This should no longer be happening, as we switched to minivan and can use non-snapshot versions for all parts of the build. |
Mod Loader
Both Fabric and Forge (I confirm that I have tested both loaders and will specify both loader versions below)
Minecraft Version
N/A
Botania version
1.20.1-445
Modloader version
N/A
Modpack info
No response
The latest.log file
N/A
Issue description
Gradle build fails with the following error.
This happens despite it clearly being available: https://repo.spongepowered.org/#browse/browse:maven-public:org%2Fspongepowered%2Fgradle%2Fvanilla%2Forg.spongepowered.gradle.vanilla.gradle.plugin
I've attached the gradle logs where the error happens here
Steps to reproduce
Clone Botania repository
Run ./gradlew
See above error
Other information
Computer is running Linux (RHEL 8)
Build fails identically when built via command line (./gradlew) and through Intellij
Gradle version is 8.1.1
The text was updated successfully, but these errors were encountered: