Relative Content

Tag Archive for kotlingradleconfigurationyamlgradle-kotlin-dsl

Gradle Task Fails with IllegalArgumentException: identity-provider not found

I am working on a Gradle task that fetches a GraphQL schema and saves it to a file. The task needs to load configuration details from a YAML file (application-dev.yml). However, I keep encountering an error that says “identity-provider not found”. I’m using the SnakeYAML library to parse the YAML file.