Skip to content

Commit

Permalink
Disable license plugin
Browse files Browse the repository at this point in the history
License plugin does not run under OpenJDK6 hierynomus/license-gradle-plugin#35
  • Loading branch information
aalmiray committed Feb 10, 2014
1 parent 495853b commit 50c823a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
classpath 'me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1'
classpath 'net.saliman:gradle-cobertura-plugin:2.2.2'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:0.2.4'
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.7.0'
// classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.7.0'
}
}

Expand All @@ -37,7 +37,7 @@ apply plugin: 'cobertura'
apply plugin: 'coveralls'
apply plugin: 'build-dashboard'
apply plugin: 'maven-publish'
apply plugin: 'license'
//apply plugin: 'license'
//apply from: 'gradle/integration-test.gradle'

configurations {
Expand All @@ -62,6 +62,7 @@ dependencies {
testCompile 'cglib:cglib-nodep:2.2.2'
}

/*
license {
header = rootProject.file('config/HEADER')
strictCheck = true
Expand All @@ -72,6 +73,7 @@ license {
}
ext.year = '2013-2014'
}
*/

cobertura {
coverageFormats = ['html', 'xml']
Expand Down

0 comments on commit 50c823a

Please sign in to comment.