Update build.gradle.kts

This commit is contained in:
Him188 2020-05-10 01:11:57 +08:00 committed by GitHub
parent 54794a6e49
commit 2a270d8498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ plugins {
}
// https://github.com/kotlin/binary-compatibility-validator
apply(plugin = "binary-compatibility-validator")
//apply(plugin = "binary-compatibility-validator")
project.ext.set("isAndroidSDKAvailable", false)
@ -160,4 +160,4 @@ fun Project.findLatestFile(): Map.Entry<String, File> {
acc + 100.0.pow(index).toInt() * (s.toIntOrNull() ?: 0)
}
} ?: error("cannot find any file to upload")
}
}