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.
1 parent d2a6dee commit feb7680Copy full SHA for feb7680
Makefile
@@ -431,7 +431,7 @@ dist-rust:
431
432
dist-java:
433
$(call announce-begin,"Deploying Java to maven central")
434
- VERSION=$(SBP_VERSION_UNPREFIXED) gradle publish
+ cd java && VERSION=$(SBP_VERSION_UNPREFIXED) gradle publish
435
$(call announce-end,"Finished deploying Java to maven central")
436
437
dist: dist-python dist-javascript dist-haskell dist-rust dist-java
java/build.gradle
@@ -150,4 +150,4 @@ javadoc {
150
if(JavaVersion.current().isJava9Compatible()) {
151
options.addBooleanOption('html5', true)
152
}
153
-}
+}
0 commit comments