mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-31 01:49:39 +00:00
* 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>
14 lines
No EOL
415 B
Bash
Executable file
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 |