Skip to content

Commit 5b99776

Browse files
committed
Exclude a non-existing library
1 parent ab80049 commit 5b99776

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

buildSrc/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ repositories {
99

1010
dependencies {
1111
implementation 'org.apache.commons:commons-lang3:3.12.0'
12-
implementation "org._10ne.gradle:rest-gradle-plugin:0.4.2"
12+
implementation('org._10ne.gradle:rest-gradle-plugin:0.4.2') {
13+
// the following is needed because of https://github.com/grails/grails-core/issues/13587
14+
exclude group: 'org.codehaus.groovy.modules.http-builder', module: 'http-builder'
15+
}
1316
implementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
1417
}

0 commit comments

Comments
 (0)