Fixed gradle config warning

This commit is contained in:
Ziver Koc 2021-09-06 16:40:42 +02:00
parent b2d96b34b1
commit 20228d9e79

View file

@ -48,7 +48,7 @@ subprojects {
dependencies { dependencies {
project.subprojects.each { subProject -> project.subprojects.each { subProject ->
runtime subProject runtimeOnly subProject
} }
} }