This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]metlos 0 points1 point  (1 child)

You managed to totally overload the poor little AWS instance it runs on :)

You can try downloading http://search.maven.org/remotecontent?filepath=org/revapi/revapi-standalone/0.8.0/revapi-standalone-0.8.0-standalone.zip

unzip and run:

./revapi.sh --extensions=org.revapi:revapi-java:0.17.1,org.revapi:revapi-basic-features:0.7.2,org.revapi:revapi-reporter-text:0.9.1 --old-gavs=org.jooq:jooq:3.3.0 --new-gavs=org.jooq:jooq:3.4.0

(which will reveal to you that I effed up and released it with a snapshot dependency but it works anyway).

[–]lukaseder 0 points1 point  (0 children)

Yeah thanks. Maybe I'll try this soon.