Skip to content

Commit d1b21f5

Browse files
committed
Merge branch 'issue1099' of https://github.com/madhav2348/processing4 into issue1099
2 parents 53e1008 + 41bea20 commit d1b21f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java/libraries/serial/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies {
1818

1919
tasks.register("checkCore") {
2020
doFirst {
21+
2122
if (!coreJar.exists()) {
2223
throw GradleException("Missing core.jar at $coreJar. Please build the core module first.")
2324
}
@@ -29,4 +30,5 @@ tasks.register<Jar>("serialJar") {
2930
archiveBaseName.set("serial")
3031
destinationDirectory.set(file("library"))
3132
from(sourceSets.main.get().output)
32-
}
33+
}
34+

0 commit comments

Comments
 (0)