Fix missing findbugs dependency for Dokka task
This commit is contained in:
parent
d4089747b8
commit
be93d37330
|
@ -24,7 +24,7 @@ ext {
|
|||
}
|
||||
}
|
||||
|
||||
configure(subprojects) { project ->
|
||||
configure(allprojects) { project ->
|
||||
apply plugin: "io.spring.dependency-management"
|
||||
|
||||
dependencyManagement {
|
||||
|
|
Loading…
Reference in New Issue