Skip to content

Commit 2382359

Browse files
committed
update variable legacyLibraries and libraries
1 parent 5ae7a85 commit 2382359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tasks.register<Copy>("copyCore"){
6868
into(coreProject.layout.projectDirectory.dir("library"))
6969
}
7070

71-
val legacyLibraries = arrayOf("io","net","svg")
71+
val legacyLibraries = arrayOf("io","net")
7272
legacyLibraries.forEach { library ->
7373
tasks.register<Copy>("library-$library-extraResources"){
7474
val build = project(":java:libraries:$library").tasks.named("build")
@@ -87,7 +87,7 @@ legacyLibraries.forEach { library ->
8787
}
8888
}
8989

90-
val libraries = arrayOf("dxf", "pdf", "serial")
90+
val libraries = arrayOf("dxf", "pdf", "serial", "svg")
9191

9292
libraries.forEach { library ->
9393
val name = "create-$library-library"

0 commit comments

Comments
 (0)