mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Move generation to data module
This commit is contained in:
2
.github/workflows/Update.yml
vendored
2
.github/workflows/Update.yml
vendored
@@ -110,7 +110,7 @@ jobs:
|
||||
done
|
||||
|
||||
# Query the GraphQL endpoint and save the result to a file
|
||||
./gradlew :data:graphql:downloadApolloSchema --endpoint='http://localhost:4567/api/graphql' --schema=data/graphql/src/commonMain/graphql/schema.graphqls
|
||||
./gradlew :data:downloadApolloSchema --endpoint='http://localhost:4567/api/graphql' --schema=data/src/commonMain/graphql/schema.graphqls
|
||||
|
||||
# Kill the Java process
|
||||
kill $pid
|
||||
|
||||
Reference in New Issue
Block a user