build: add clean task to all libraries

This commit is contained in:
thunderbiscuit
2024-04-19 10:45:28 -04:00
parent fa17a862ce
commit 2f7652b979
4 changed files with 21 additions and 0 deletions

View File

@@ -9,3 +9,9 @@ build:
publishlocal:
./gradlew publishToMavenLocal -P localBuild
clean:
rm -rf ../bdk-ffi/target/
rm -rf ./build/
rm -rf ./lib/build/
rm -rf ./plugins/build/