Skip to content

Commit a064b59

Browse files
committed
Do not put "Class-Path: kotlin-stdlib.jar" into kotlin-reflect manifest
Since the kotlin-reflect artifact might be used in environments where the kotlin-stdlib artifact is named something else (e.g. kotlin-stdlib-{version}.jar) and the file existence is verified by the launcher #KT-16399 Fixed
1 parent 2407f8b commit a064b59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/tools/kotlin-reflect/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ task reflectShadowJar(type: ShadowJar) {
8585
classifier = 'shadow'
8686
version = null
8787
manifestAttributes(manifest, project, 'Main')
88-
manifest.attributes 'Class-Path': 'kotlin-stdlib.jar'
8988

9089
from (sourceSets.main.output)
9190
from ("${core}/descriptor.loader.java/src") {

0 commit comments

Comments
 (0)