bdk-ffi/bdk-jvm/justfile

15 lines
244 B
Makefile
Raw Normal View History

test:
./gradlew test
offlinetests:
./gradlew test -P excludeConnectedTests
onetest TEST:
./gradlew test --tests {{TEST}}
build:
./gradlew buildJvmLib
publishlocal:
./gradlew publishToMavenLocal --exclude-task signMavenPublication