We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab80049 commit 5b99776Copy full SHA for 5b99776
buildSrc/build.gradle
@@ -9,6 +9,9 @@ repositories {
9
10
dependencies {
11
implementation 'org.apache.commons:commons-lang3:3.12.0'
12
- implementation "org._10ne.gradle:rest-gradle-plugin:0.4.2"
+ 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
+ }
16
implementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
17
}
0 commit comments