You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAILURE:Build completed with 2 failures.
1:Task failed with an exception.
-----------*What went wrong:Some problems were found with the configuration of task ':server:graphqlGenerateClient' (type 'GraphQLGenerateClientTask').
-In plugin 'com.expediagroup.graphql' type 'com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateClientTask' property 'packageName' doesn't have a configured value. Reason: This property isn't marked as optional and no value has been configured.
Possible solutions:1. Assign a value to 'packageName'.
2. Mark property 'packageName'as optional.
For more information, please refer to https://docs.gradle.org/8.7/userguide/validation_problems.html#value_not_set in the Gradle documentation.-In plugin 'com.expediagroup.graphql' type 'com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateClientTask' property 'schemaFile' doesn't have a configured value. Reason: This property isn't marked as optional and no value has been configured.
Possible solutions:1. Assign a value to 'schemaFile'.
2. Mark property 'schemaFile'as optional.
For more information, please refer to https://docs.gradle.org/8.7/userguide/validation_problems.html#value_not_set in the Gradle documentation.*Try:>Run with --stacktrace option to get the stack trace.
>Run with --info or--debug option to get more log output.
>Run with --scan to get full insights.
>Get more help at https://help.gradle.org.==============================================================================2:Task failed with an exception.
-----------*What went wrong:Some problems were found with the configuration of task ':server:graphqlGenerateTestClient' (type 'GraphQLGenerateTestClientTask').
-In plugin 'com.expediagroup.graphql' type 'com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateTestClientTask' property 'packageName' doesn't have a configured value. Reason: This property isn't marked as optional and no value has been configured.
Possible solutions:1. Assign a value to 'packageName'.
2. Mark property 'packageName'as optional.
For more information, please refer to https://docs.gradle.org/8.7/userguide/validation_problems.html#value_not_set in the Gradle documentation.-In plugin 'com.expediagroup.graphql' type 'com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateTestClientTask' property 'queryFileDirectory' specifies directory '/Users/ronjunevaldoz/StudioProjects/golearnph/server/src/test/resources' which doesn't exist. Reason: An input file was expected to be present but it doesn't exist.
Possible solutions:1. Make sure the directory exists before the task is called.
2. Make sure that the task which produces the directory is declared as an input.
For more information, please refer to https://docs.gradle.org/8.7/userguide/validation_problems.html#input_file_does_not_exist in the Gradle documentation.-In plugin 'com.expediagroup.graphql' type 'com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateTestClientTask' property 'schemaFile' doesn't have a configured value. Reason: This property isn't marked as optional and no value has been configured.
Possible solutions:1. Assign a value to 'schemaFile'.
2. Mark property 'schemaFile'as optional.
For more information, please refer to https://docs.gradle.org/8.7/userguide/validation_problems.html#value_not_set in the Gradle documentation.*Try:>Run with --stacktrace option to get the stack trace.
>Run with --info or--debug option to get more log output.
>Run with --scan to get full insights.
>Get more help at https://help.gradle.org.==============================================================================
To Reproduce
Steps to reproduce the behavior. Please provide:
Library Version
version: 8.0.0
Describe the bug
Build error
To Reproduce
Steps to reproduce the behavior. Please provide:
Expected behavior
Temporary solution
The text was updated successfully, but these errors were encountered: