mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-08 16:04:16 +00:00
* 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>
20 lines
No EOL
675 B
Bash
Executable file
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 |