chore: add just files to streamline common tasks
This commit is contained in:
11
bdk-android/justfile
Normal file
11
bdk-android/justfile
Normal file
@@ -0,0 +1,11 @@
|
||||
test:
|
||||
./gradlew connectedAndroidTest
|
||||
|
||||
onetest TEST:
|
||||
./gradlew test --tests {{TEST}}
|
||||
|
||||
build:
|
||||
./gradlew buildAndroidLib
|
||||
|
||||
publishlocal:
|
||||
./gradlew publishToMavenLocal --exclude-task signMavenPublication
|
||||
Reference in New Issue
Block a user