gazbert / bxbot

A simple Bitcoin trading bot written in Java.
MIT License
779 stars 275 forks source link

Apply Google Java Style Guide and improve Static Analysis #106

Closed gazbert closed 5 years ago

gazbert commented 5 years ago

Clean up code as per Google Java Style Guide and enforce it with Gradle and Maven plugins.

Add JaCoCo and SpotBugs to Gradle build.

Integrate with Sonarcloud.

Long overdue!

gazbert commented 5 years ago

Done.