Flocon/FloconAndroid/publishLocal.sh
Florent CHAMPIGNY ed07d7e674
Feat no op (#81)
* feat: [ANDROID] no op lib

* feat: [ANDROID] no op lib

* renamed modules

* renamed modules

* renamed modules

* renamed modules

* updated publish yml

---------

Co-authored-by: Florent Champigny <florent@bere.al>
2025-08-10 14:05:18 +02:00

14 lines
No EOL
415 B
Bash
Executable file

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