Tech Reborn

Tech Reborn

30M Downloads

Problem using gradlew build

Ionaru opened this issue ยท 8 comments

commented

Hello guys,

I wanted to set up the workspace for the 1.7.10 branch of this mod but when I use the command 'gradlew build', this pops up:

:compileJava
FAILURE: Build failed with an exception.
What went wrong:
Could not resolve all dependencies for configuration ':compile'.
Unexpected state Evicted for parent node for dependency from mcp.mobius.waila:Waila:1.5.10_1.7.10(default) to codechicken:CodeChickenCore:1.7.10-1.0.7.47(default).
BUILD FAILED

What am I doing wrong?

commented

Are you trying to build the mod or include it? If so link you build.gralde. And run with --stracktrace and give me the full ouput?

commented

I'm trying to build it (I'd like to fix a few things in the 1.7.10 version)

http://pastebin.com/6UmJ5Asu

commented

PR's are always welcome we will release new builds if people PR fix's in we just are not working on it are self

commented

@Ionaru try running gradlew setupDecompWorkspace build also have you got it running in dev?

commented

ok, I think its to do with chicken bones removing his maven. I will work on a fix. Just need to find the files

commented

gradlew setupDecompWorkspace build didn't work either, same error.

commented

Fixed in last 1.7 commit

commented

Thank you guys so much!