Stylianos Gakis
07/15/2024, 12:06 PM> Cannot query the value of task ':apollo-octopus-public:downloadOctopusApolloSchemaFromIntrospection' property 'schema' because it has no value available.
I do not see a reference to this in the migration doc, I am suspecting this has something to do with using introspection { ...; schemaConnection { // something here?
to do this sort of manipulation to the downloaded file perhaps?mbonnin
07/15/2024, 12:09 PMmbonnin
07/15/2024, 12:11 PMmbonnin
07/15/2024, 12:11 PMStylianos Gakis
07/15/2024, 12:12 PMAh yea, that’s what I get for sharing code snippets referencing internal APIs...Hehe I like living on the edge don't worry 😄 Yeah disabling this customization the download task works perfectly fine
mbonnin
07/15/2024, 12:12 PMmbonnin
07/15/2024, 12:12 PMoutputFile
is the new schema
, let me dive into this againmbonnin
07/15/2024, 12:13 PMval schemaPath = schema.get()
val schemaFile = rootDirVar.resolve(schemaPath)
with just
val schemaFile = outputFile.get().asFile
?Stylianos Gakis
07/15/2024, 12:14 PMStylianos Gakis
07/15/2024, 12:15 PMStylianos Gakis
07/15/2024, 12:15 PMmbonnin
07/15/2024, 12:16 PMmbonnin
07/15/2024, 12:16 PMStylianos Gakis
07/15/2024, 12:16 PMmbonnin
07/15/2024, 12:17 PMmbonnin
07/15/2024, 12:17 PMStylianos Gakis
07/15/2024, 12:18 PM