mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-10 02:48:00 +00:00
fixed publish file
This commit is contained in:
parent
559443c529
commit
705668c15b
2 changed files with 2 additions and 4 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
distribution: 'zulu'
|
||||
java-version: 21
|
||||
- name: Publish to MavenCentral
|
||||
run: ./gradlew :core:publishToMavenCentral :okhttp-interceptor:publishToMavenCentral :grpc-interceptor:publishToMavenCentral :graphql-interceptor:publishToMavenCentral --no-configuration-cache
|
||||
run: ./gradlew :core:publishToMavenCentral :okhttp-interceptor:publishToMavenCentral :grpc-interceptor:publishToMavenCentral --no-configuration-cache
|
||||
working-directory: FloconAndroid
|
||||
env:
|
||||
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.ORG_GRADLE_PROJECT_MAVENCENTRALUSERNAME }}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,10 @@
|
|||
./gradlew \
|
||||
:core:assembleRelease \
|
||||
:grpc-interceptor:assembleRelease \
|
||||
:okhttp-interceptor:assembleRelease \
|
||||
:graphql-interceptor:assembleRelease
|
||||
:okhttp-interceptor:assembleRelease
|
||||
|
||||
./gradlew \
|
||||
:core:publishToMavenLocal \
|
||||
:grpc-interceptor:publishToMavenLocal \
|
||||
:okhttp-interceptor:publishToMavenLocal \
|
||||
:graphql-interceptor:publishToMavenLocal \
|
||||
-Psigning.required=false
|
||||
Loading…
Add table
Add a link
Reference in a new issue