delete buildSrc block configuring multiple plugins (#5565)

This commit is contained in:
Stefano Franz 2019-10-08 21:28:56 +01:00 committed by GitHub
parent 298c91ce82
commit 41d6890627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,15 +23,7 @@ allprojects {
}
}
configurations {
runtime
}
dependencies {
// Add the top-level projects ONLY to the host project.
runtime project.childProjects.collect { n, p ->
project(p.path)
}
compile gradleApi()
compile "io.fabric8:kubernetes-client:4.4.1"
compile 'org.apache.commons:commons-compress:1.19'