My attempt failed immediately

This commit is contained in:
shedaniel
2021-01-19 23:56:29 +08:00
parent 9e5f4629f8
commit 7acdde6634

View File

@@ -145,5 +145,6 @@ open class ArchitectPluginExtension(val project: Project) {
}
private fun File.createEmptyJar() {
parentFile.mkdirs()
JarOutputStream(outputStream(), Manifest()).close()
}