Hejhej! :slightly_smiling_face: I'm currently usi...
# graphql-kotlin
a
Hejhej! 🙂 I'm currently using the GraphQL-Client for Github GraphQL api - and as the Github GraphQL Endpoint is protected, I want to download the schema and use it directly. Fortunately there is
schemaFileName
- added with
5.0.0-alpha.1
17 days ago ( https://github.com/ExpediaGroup/graphql-kotlin/commit/a6b957c999398c741cdfbc955fb86243ea211094 ) 🙌 The version
5.0.0-alpha.1
was not released due problems with maven central ( https://github.com/ExpediaGroup/graphql-kotlin/releases/tag/5.0.0-alpha.1 ) one should use the
5.0.0-alpha.2
- but last version of graphql gradle plugin I found is
5.0.0-alpha.0
=> https://search.maven.org/artifact/com.expediagroup/graphql-kotlin-gradle-plugin/5.0.0-alpha.0/jar Was there a problem publishing the
5.0.0-alpha.2
and is there an alternative artifactory somewhere to test the
5.0.0-alpha.2
?
s
Yep, it appears there was the same issue with the alpha.2 release https://github.com/ExpediaGroup/graphql-kotlin/runs/3146969635?check_suite_focus=true#step:6:38
d
might need to bump dokka dependency
🙌 1
s
Updating already