mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-10 01:45:57 +00:00
12 lines
No EOL
355 B
Bash
Executable file
12 lines
No EOL
355 B
Bash
Executable file
./gradlew \
|
|
:core:assembleRelease \
|
|
:grpc-interceptor:assembleRelease \
|
|
:okhttp-interceptor:assembleRelease \
|
|
:graphql-interceptor:assembleRelease
|
|
|
|
./gradlew \
|
|
:core:publishToMavenLocal \
|
|
:grpc-interceptor:publishToMavenLocal \
|
|
:okhttp-interceptor:publishToMavenLocal \
|
|
:graphql-interceptor:publishToMavenLocal \
|
|
-Psigning.required=false |