Flocon/FloconAndroid/publishLocal.sh
Florent CHAMPIGNY 6c3435bd2c
feat: [NETWORK] ktor plugin (#94)
* feat: [NETWORK] ktor plugin

* feat: [NETWORK] ktor plugin

* feat: [NETWORK] ktor plugin

* feat: [NETWORK] ktor plugin

* updated githut action

* updated githut action

* fixed gradle import

* fixed gradle import

* fixed gradle import

* fix

---------

Co-authored-by: Florent Champigny <florent@bere.al>
2025-08-12 21:23:20 +02:00

16 lines
No EOL
495 B
Bash
Executable file

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