Skip to content
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

Error by running setupDecompWorkspace #230

Closed
felixoi opened this issue Oct 27, 2015 · 1 comment
Closed

Error by running setupDecompWorkspace #230

felixoi opened this issue Oct 27, 2015 · 1 comment
Assignees
Labels
status: accepted a confirmation that this is either an issue caused by us or something that should be added

Comments

@felixoi
Copy link
Member

felixoi commented Oct 27, 2015

Infos:

  • IDE: Intellij IDEA
  • cloned using SSH
  • own gradle clone

While i ran setupDecompWorkspace on a new clone (nothing changed, first thing after cloning) i got this error:

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'.
@stephan-gh stephan-gh added the status: accepted a confirmation that this is either an issue caused by us or something that should be added label Oct 27, 2015
@stephan-gh stephan-gh self-assigned this Oct 27, 2015
@stephan-gh
Copy link
Contributor

This should be fixed by MinecraftForge/ForgeGradle@993adcc, please reopen if this is still an issue.

Aaron1011 added a commit that referenced this issue Jun 20, 2018

Verified

This commit was signed with the committer’s verified signature.
Due to two different Mixin issues (#230 and #266), the wrong ordinal
accidentally worked until Mixin was bumped.

Fixes #2244
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepted a confirmation that this is either an issue caused by us or something that should be added
Projects
None yet
Development

No branches or pull requests

2 participants