codeclimate / codeclimate-sonar-java

Maintainability and reliability checks for Java
GNU Affero General Public License v3.0
3 stars 6 forks source link

Allow java version to be specified #40

Closed filipesperandio closed 6 years ago

filipesperandio commented 6 years ago

Allow to easily pass Java properties through the config.yml:

  ...
  config:
    sonar.java.source: 1.6

Related to #10