Build: Fix various warnings in build files
Required for Gradle 7+ #KTI-559
This commit is contained in:
@@ -238,6 +238,7 @@ task trove4jCopy(type: Copy) {
|
||||
externalJars.each { arg ->
|
||||
def jar = arg.replace('_', '-') // :(
|
||||
task("${arg}Copy", type: Copy) {
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
from configurations.getByName("kotlin_${arg}_jar") {
|
||||
include "kotlin-${jar}*.jar"
|
||||
rename "kotlin-${jar}(.*).jar", "kotlin-${jar}.jar"
|
||||
|
||||
Reference in New Issue
Block a user