We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53e1008 + 41bea20 commit d1b21f5Copy full SHA for d1b21f5
java/libraries/serial/build.gradle.kts
@@ -18,6 +18,7 @@ dependencies {
18
19
tasks.register("checkCore") {
20
doFirst {
21
+
22
if (!coreJar.exists()) {
23
throw GradleException("Missing core.jar at $coreJar. Please build the core module first.")
24
}
@@ -29,4 +30,5 @@ tasks.register<Jar>("serialJar") {
29
30
archiveBaseName.set("serial")
31
destinationDirectory.set(file("library"))
32
from(sourceSets.main.get().output)
-}
33
+}
34
0 commit comments