Skip to content

Commit feb7680

Browse files
author
Jason Mobarak
committed
fix-up java publish
1 parent d2a6dee commit feb7680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ dist-rust:
431431

432432
dist-java:
433433
$(call announce-begin,"Deploying Java to maven central")
434-
VERSION=$(SBP_VERSION_UNPREFIXED) gradle publish
434+
cd java && VERSION=$(SBP_VERSION_UNPREFIXED) gradle publish
435435
$(call announce-end,"Finished deploying Java to maven central")
436436

437437
dist: dist-python dist-javascript dist-haskell dist-rust dist-java

java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ javadoc {
150150
if(JavaVersion.current().isJava9Compatible()) {
151151
options.addBooleanOption('html5', true)
152152
}
153-
}
153+
}

0 commit comments

Comments
 (0)