Fixed gradle config warning
This commit is contained in:
parent
b2d96b34b1
commit
20228d9e79
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ subprojects {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
project.subprojects.each { subProject ->
|
project.subprojects.each { subProject ->
|
||||||
runtime subProject
|
runtimeOnly subProject
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue