Flocon/FloconAndroid/publishLocal.sh
Stephen Vinouze 288372bdd8
feature: Enhance grpc json printing (#117)
* Enhance json printing for grpc calls

* Remove gson dependency

* Split grpc interceptor into three modules for both protobuf libraries

* Remove unwanted versioned files

* Abstract the grpc interceptor to avoid injecting the formatter

* fixed readme

* fixed pom for lit

* added to publish yml

---------

Co-authored-by: Florent Champigny <florent@bere.al>
Co-authored-by: Florent CHAMPIGNY <champigny.florent@gmail.com>
2025-08-24 10:09:11 +02:00

20 lines
No EOL
675 B
Bash
Executable file

./gradlew \
:flocon-base:assembleRelease \
:flocon:assembleRelease \
:flocon-no-op:assembleRelease \
:grpc-interceptor-base:assembleRelease \
:grpc-interceptor:assembleRelease \
:grpc-interceptor-lite:assembleRelease \
:okhttp-interceptor:assembleRelease \
:ktor-interceptor:assembleRelease
./gradlew \
:flocon-base:publishToMavenLocal \
:flocon:publishToMavenLocal \
:flocon-no-op:publishToMavenLocal \
:grpc-interceptor-base:publishToMavenLocal \
:grpc-interceptor:publishToMavenLocal \
:grpc-interceptor-lite:publishToMavenLocal \
:okhttp-interceptor:publishToMavenLocal \
:ktor-interceptor:publishToMavenLocal \
-Psigning.required=false