Skip to content

Commit

Permalink
Merge pull request #144 from aim42/gradle-quality
Browse files Browse the repository at this point in the history
Add plugins for Gradle code quality
  • Loading branch information
double16 authored Dec 14, 2016
2 parents ad95434 + c0a80ea commit ba0015e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ buildscript {

plugins {
id 'com.gradle.build-scan' version '1.0'
id 'org.asciidoctor.convert' version '1.5.2'
id 'org.asciidoctor.convert' version '1.5.3'
id "org.sonarqube" version "1.0"
id "nebula.lint" version "6.1.2"
id "com.github.ben-manes.versions" version "0.13.0"

}

group = 'org.aim42'
Expand Down Expand Up @@ -56,7 +59,7 @@ apply plugin: "com.gradle.plugin-publish"
apply plugin: 'maven-publish'
apply from: "config/publish-snapshot.gradle"

// determine test coverate
// determine test coverage
apply from: "config/coverage.gradle"

// findbugs, jdepend, codenarc
Expand All @@ -65,9 +68,6 @@ apply from: "config/code-quality.gradle"
// calculate groovy metrics
apply from: "config/gmetrics.gradle"

// dependency analysis
apply plugin: 'codenarc'

// invoke sonar runner
apply from: "config/sonarqube.gradle"
// end:BuildPlugins[]
Expand Down

0 comments on commit ba0015e

Please sign in to comment.