dodie / scott

Never debug a test again: Detailed failure reports and hassle free assertions for Java tests - Power Asserts for Java
https://advancedweb.hu/junit-and-cucumber-test-reports-based-on-source-code-and-behavior/
MIT License
137 stars 17 forks source link

use Java 1.7 conventions #96

Closed imavroukakis closed 5 years ago

imavroukakis commented 5 years ago

Build compiled fine, but fails whilst trying to execute Sonar

[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar (default-cli) on project scott-parent: Unable to execute SonarQube: Fail to get bootstrap index from server: Failed to connect to localhost/127.0.0.1:9000: Connection refused (Connection refused) -> [Help 1]
dodie commented 5 years ago

Sorry about that, I've just finished integrating sonar into the build pipeline, but it seems that for forks it does not work as it should.

The PR looks really great, thanks! I'll review it today.

dodie commented 5 years ago

Awesome, thanks! :fireworks: