diff --git a/build.gradle b/build.gradle index 4a5261a..745adc9 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'jacoco' group = 'com.github.noconnor' sourceCompatibility = 1.8 // http://semver.org/ -version = '1.10.1' +version = '1.11.0' repositories { mavenCentral() @@ -20,7 +20,6 @@ dependencies { compile "com.google.guava:guava:19.0" compile "commons-collections:commons-collections:3.2.2" compile 'junit:junit:4.12' -// compile 'commons-math:commons-math:1.2' compile 'org.apache.commons:commons-math3:3.6.1' // Reporting @@ -34,16 +33,6 @@ dependencies { jar { baseName "junitperf" duplicatesStrategy "exclude" - - from { - configurations.runtime.collect { - it.isDirectory() ? it : zipTree(it) - } - } { - exclude "META-INF/*.SF" - exclude "META-INF/*.DSA" - exclude "META-INF/*.RSA" - } }