Closed erosb closed 8 years ago
have you tried doing a git reset --hard upstream/master --
to both repos to make sure you didn't have any conflicts?
-- edit I fixed the git command
Ehh, sorry, the git root for the library code was not src/main/java/org/
but src/main/java/org/json
. I seriously couldn't resolve this problem since weeks -.-
Now I git pull
ęd properly and the tests pass.
I tried to update a previously set up environment and run the gradle build. First I ran the following commands to get the latest version of both the tests and the library code:
Then I ran the tests using
gradle test
and I got a build failure with the following output:Did I do something wrong or is it failing for everybody?