Skip to content

Commit c75e956

Browse files
authored
Merge branch 'processing:main' into main
2 parents 67a59dc + 845cb0c commit c75e956

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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("dxf","io","net","serial","svg")
71+
val legacyLibraries = arrayOf("io","net","svg")
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")
90+
val libraries = arrayOf("dxf", "pdf", "serial")
9191

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

java/keywords.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ double KEYWORD5 double
251251
float KEYWORD5 float
252252
int KEYWORD5 int
253253
long KEYWORD5 long
254+
short KEYWORD5 short
254255
var KEYWORD5
255256

256257

0 commit comments

Comments
 (0)