Build: Fix manifest for kotlin-compiler in jps build
Trigger manifest generation from jar task during jps import
This commit is contained in:
@@ -17,5 +17,5 @@ sourceSets {
|
||||
}
|
||||
|
||||
runtimeJar {
|
||||
manifest.attributes.put("Class-Path", "$compilerManifestClassPath kotlin-preloader.jar")
|
||||
manifest.attributes["Class-Path"] = "$compilerManifestClassPath kotlin-preloader.jar"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user