Skip to content

Commit 767db2c

Browse files
committed
fix: class loader issue caused by API libraries
- like core-api, ui-api, remote-dev-api which should no longer be packaged.
1 parent f9c8a3d commit 767db2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ val copyPlugin by tasks.creating(Sync::class.java) {
107107
configuration.files.filterNot { file ->
108108
listOf(
109109
"kotlin",
110-
"gateway",
110+
"remote-dev-api",
111+
"core-api",
112+
"ui-api",
111113
"annotations",
112114
"okhttp",
113115
"okio",

0 commit comments

Comments
 (0)