mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
delete buildSrc block configuring multiple plugins (#5565)
This commit is contained in:
parent
298c91ce82
commit
41d6890627
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user