Use kotlin-stdlib.jar instead of kotlin-runtime.jar as runtime during build
This commit is contained in:
@@ -85,7 +85,7 @@ task reflectShadowJar(type: ShadowJar) {
|
||||
classifier = 'shadow'
|
||||
version = null
|
||||
manifestAttributes(manifest, project, 'Main')
|
||||
manifest.attributes 'Class-Path': 'kotlin-runtime.jar' // TODO replace soon with 'kotlin-stdlib.jar'
|
||||
manifest.attributes 'Class-Path': 'kotlin-stdlib.jar'
|
||||
|
||||
from (sourceSets.main.output)
|
||||
from ("${core}/descriptor.loader.java/src") {
|
||||
|
||||
Reference in New Issue
Block a user