chore: add just files to streamline common tasks

This commit is contained in:
thunderbiscuit
2024-03-27 11:35:17 -04:00
parent 896303f487
commit 267685bd58
5 changed files with 40 additions and 0 deletions

14
bdk-jvm/justfile Normal file
View File

@@ -0,0 +1,14 @@
test:
./gradlew test
offlinetests:
./gradlew test -P excludeConnectedTests
onetest TEST:
./gradlew test --tests {{TEST}}
build:
./gradlew buildJvmLib
publishlocal:
./gradlew publishToMavenLocal --exclude-task signMavenPublication