karlmdavis / rps-tourney

An online multi-player Rock-Paper-Scissors game. Just because.
https://rpstourney.com/
1 stars 2 forks source link

Builds failing on Jenkins due to Sonar problems: "Can not execute SonarQube analysis: java.io.IOException: Incompatible version 1007" #103

Closed karlmdavis closed 9 years ago

karlmdavis commented 9 years ago

This was on jessentials, but I suspect rps-tourney will fail the same way.

https://justdavis.com/jenkins/job/jessentials/84/console

[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.2:sonar (default-cli) on project jessentials-aggregator: Can not execute SonarQube analysis: java.io.IOException: Incompatible version 1007. -> [Help 1]
karlmdavis commented 9 years ago

Yup, failing here, too: https://justdavis.com/jenkins/job/rps-tourney/180/

At a guess, Sonar has to be updated. Which is fine, since I'd wanted to do that anyways.

karlmdavis commented 9 years ago

Resolved in commit e278b3a (plus a bunch of sysadmin work the last few days).