phrasal icon indicating copy to clipboard operation
phrasal copied to clipboard

gradle installDist error

Open VijayAshokGaikwad opened this issue 6 years ago • 3 comments

I am having ubuntu 14.04.

When i run gradle installDist I got following error.

FAILURE: Build failed with an exception.

  • Where: Build file '/pathToDirectory/phrasal-master/build.gradle' line: 151

  • What went wrong: A problem occurred evaluating root project 'phrasal-master'.

Could not find method jcenter() for arguments [] on repository container.

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 4.773 secs

VijayAshokGaikwad avatar Jun 13 '18 04:06 VijayAshokGaikwad

I also come across building failure on Mac with the following message: 屏幕快照 2019-03-10 14 51 28

DarrenZhang01 avatar Mar 10 '19 18:03 DarrenZhang01

I also come across building failure on Mac with the following message: 屏幕快照 2019-03-10 14 51 28

You can delete the "<<" symbol on line 96, this will solve the "leftShift()" problem.

victorcai101 avatar Mar 11 '19 08:03 victorcai101

I also come across building failure on Mac with the following message: 屏幕快照 2019-03-10 14 51 28

You can delete the "<<" symbol on line 96, this will solve the "leftShift()" problem.

Thanks for your reply! But I get new problem as in #36

DarrenZhang01 avatar Mar 11 '19 17:03 DarrenZhang01