[Build] Bump Gradle to v6.8.3
#KTI-542 Fixed
This commit is contained in:
@@ -198,7 +198,7 @@ dependencies {
|
||||
|
||||
(libraries.dependencies + gradleToolingModel.dependencies)
|
||||
.map { if (it is ProjectDependency) it.dependencyProject else it }
|
||||
.forEach(::compile)
|
||||
.forEach { compile(it) }
|
||||
}
|
||||
|
||||
val jar = runtimeJar {
|
||||
|
||||
Reference in New Issue
Block a user