Skip to content

Commit

Permalink
Added sonar plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Apr 21, 2016
1 parent b7d3bc4 commit adaf593
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Expand Up @@ -8,9 +8,14 @@ buildscript {
}
}

plugins {
id "org.sonarqube" version "1.2"
}

apply plugin: 'groovy'
apply plugin: 'osgi'
apply plugin: 'maven'
apply plugin: 'jacoco'
apply plugin: 'signing'
apply plugin: 'pl.allegro.tech.build.axion-release'
apply plugin: 'distribution'
Expand Down

0 comments on commit adaf593

Please sign in to comment.