Skip to content

Commit

Permalink
Exclude a non-existing library
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-petrov committed Sep 6, 2024
1 parent ab80049 commit 5b99776
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ repositories {

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

0 comments on commit 5b99776

Please sign in to comment.