tirbofish/dropbear · commit
d47b9dca124c5da4f8068a83068bc728f79bd647
ci: fix build.gradle.kts
Signature present but could not be verified.
Unverified
@@ -37,7 +37,7 @@ val libPathProvider = provider { foundFile.absolutePath } else { println("No Rust library exists") - null + "" } } @@ -57,7 +57,7 @@ kotlin { val nativeLibPathRaw = libPathProvider.get() - if (nativeLibPathRaw != null && nativeLibPathRaw.isNotBlank()) { + if (nativeLibPathRaw.isNotBlank()) { val nativeLibPath = file(nativeLibPathRaw) val nativeLibDir = nativeLibPath.parentFile.absolutePath val nativeLibFileName = nativeLibPath.name