Fix missing findbugs dependency for Dokka task

This commit is contained in:
Brian Clozel
2019-09-02 20:08:34 +02:00
parent d4089747b8
commit be93d37330

View File

@@ -24,7 +24,7 @@ ext {
}
}
configure(subprojects) { project ->
configure(allprojects) { project ->
apply plugin: "io.spring.dependency-management"
dependencyManagement {