Skip to content

Commit

Permalink
Merge pull request #112 from chali/Gradle410
Browse files Browse the repository at this point in the history
Exclude conflicting groovy-all library
  • Loading branch information
chali committed Aug 8, 2018
2 parents 60b7583 + 5790d31 commit 835a432
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Expand Up @@ -50,7 +50,9 @@ dependencies {
testCompile 'com.netflix.nebula:gradle-dependency-lock-plugin:latest.release'
testCompile 'com.netflix.nebula:gradle-resolution-rules-plugin:latest.release'
testCompile 'com.netflix.nebula:nebula-dependency-recommender:latest.release'
testCompile 'org.jfrog.buildinfo:build-info-extractor-gradle:latest.release'
testCompile('org.jfrog.buildinfo:build-info-extractor-gradle:latest.release') {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
}
testRuntime files(tasks.createClasspathManifest)
}

Expand Down

0 comments on commit 835a432

Please sign in to comment.