We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
Infos:
While i ran setupDecompWorkspace on a new clone (nothing changed, first thing after cloning) i got this error:
setupDecompWorkspace
3:10:30 PM: Executing external task 'setupDecompWorkspace'... Found AccessTransformer: common_at.cfg Found AccessTransformer: common_at.cfg :extractMcpData SKIPPED :extractMcpMappings SKIPPED :getVersionJson :extractUserdev UP-TO-DATE :genSrgs SKIPPED :copySrgs UP-TO-DATE :deobfCompileDummyTask :deobfProvidedDummyTask :SpongeCommon:deobfCompileDummyTask :SpongeCommon:deobfProvidedDummyTask :SpongeCommon:SpongeAPI:compileJava UP-TO-DATE :SpongeCommon:SpongeAPI:processResources UP-TO-DATE :SpongeCommon:SpongeAPI:classes UP-TO-DATE :SpongeCommon:SpongeAPI:jar UP-TO-DATE :SpongeCommon:compileApiJava UP-TO-DATE :SpongeCommon:processApiResources UP-TO-DATE :SpongeCommon:apiClasses UP-TO-DATE :SpongeCommon:extractMcpData SKIPPED :SpongeCommon:extractMcpMappings SKIPPED :SpongeCommon:genSrgs SKIPPED :SpongeCommon:copySrgs UP-TO-DATE :SpongeCommon:sourceMainJava UP-TO-DATE FAILURE: Build failed with an exception. * What went wrong: Could not resolve all dependencies for configuration ':SpongeCommon:forgeGradleMc'. > Could not resolve net.minecraft:minecraft_serverSrc:1.8-PROJECT(SpongeCommon). Required by: org.spongepowered:SpongeCommon:2.1-SNAPSHOT > Could not resolve net.minecraft:minecraft_serverSrc:1.8-PROJECT(SpongeCommon). > Could not get resource 'https://libraries.minecraft.net/net/minecraft/minecraft_serverSrc/1.8-PROJECT(SpongeCommon)/minecraft_serverSrc-1.8-PROJECT(SpongeCommon).pom'. > Could not GET 'https://libraries.minecraft.net/net/minecraft/minecraft_serverSrc/1.8-PROJECT(SpongeCommon)/minecraft_serverSrc-1.8-PROJECT(SpongeCommon).pom'. Received status code 403 from server: Forbidden > Could not resolve net.minecraft:minecraft_serverSrc:1.8-PROJECT(SpongeCommon). > Could not get resource 'https://libraries.minecraft.net/net/minecraft/minecraft_serverSrc/1.8-PROJECT(SpongeCommon)/minecraft_serverSrc-1.8-PROJECT(SpongeCommon).pom'. > Could not GET 'https://libraries.minecraft.net/net/minecraft/minecraft_serverSrc/1.8-PROJECT(SpongeCommon)/minecraft_serverSrc-1.8-PROJECT(SpongeCommon).pom'. Received status code 403 from server: Forbidden * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. :SpongeCommon:compileJava BUILD FAILED Total time: 9.338 secs Could not GET 'https://libraries.minecraft.net/net/minecraft/minecraft_serverSrc/1.8-PROJECT(SpongeCommon)/minecraft_serverSrc-1.8-PROJECT(SpongeCommon).pom'. Received status code 403 from server: Forbidden 3:10:39 PM: External task execution finished 'setupDecompWorkspace'.
The text was updated successfully, but these errors were encountered:
This should be fixed by MinecraftForge/ForgeGradle@993adcc, please reopen if this is still an issue.
Sorry, something went wrong.
Fix BeforeInvoke ordinal in MixinNetHandlerPlayServer_MovementChecks
f91c628
Due to two different Mixin issues (#230 and #266), the wrong ordinal accidentally worked until Mixin was bumped. Fixes #2244
stephan-gh
No branches or pull requests
Infos:
While i ran
setupDecompWorkspace
on a new clone (nothing changed, first thing after cloning) i got this error:The text was updated successfully, but these errors were encountered: