chore: add just files to streamline common tasks
This commit is contained in:
14
bdk-jvm/justfile
Normal file
14
bdk-jvm/justfile
Normal 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
|
||||
Reference in New Issue
Block a user