mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-08 22:32:50 +00:00
feat: graphql (#14)
Co-authored-by: Florent Champigny <florent@bere.al>
This commit is contained in:
parent
7b502a21d0
commit
cf1f96bc3c
81 changed files with 2539 additions and 155 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 --no-configuration-cache
|
||||
run: ./gradlew :core:publishToMavenCentral :okhttp-interceptor:publishToMavenCentral :grpc-interceptor:publishToMavenCentral :graphql-interceptor:publishToMavenCentral --no-configuration-cache
|
||||
working-directory: FloconAndroid
|
||||
env:
|
||||
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.ORG_GRADLE_PROJECT_MAVENCENTRALUSERNAME }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue