grails / gorm-graphql

An automatic GraphQL schema generator for GORM
Apache License 2.0
80 stars 23 forks source link

Error building docs #134

Open puneetbehl opened 8 months ago

puneetbehl commented 8 months ago
* What went wrong:
Some problems were found with the configuration of task ':docs:publishGuide' (type 'PublishGuide').
  - Type 'grails.doc.gradle.PublishGuide' property 'asciidoc' has redundant getters: 'getAsciidoc()' and 'isAsciidoc()'.

    Reason: Boolean property 'asciidoc' has both an `is` and a `get` getter.

    Possible solutions:
      1. Remove one of the getters.
      2. Annotate one of the getters with @Internal.

    Please refer to https://docs.gradle.org/7.6.3/userguide/validation_problems.html#redundant_getters for more details about this problem.
  - Type 'grails.doc.gradle.PublishGuide' property 'asciidoc' of type boolean shouldn't be annotated with @Optional.

    Reason: Properties of primitive type cannot be optional.

    Possible solutions:
      1. Remove the @Optional annotation.
      2. Use the java.lang.Boolean type instead.

    Please refer to https://docs.gradle.org/7.6.3/userguide/validation_problems.html#cannot_use_optional_on_primitive_types for more details about this problem.
  - Type 'grails.doc.gradle.PublishGuide' property 'macros' is missing an input or output annotation.

    Reason: A property without annotation isn't considered during up-to-date checking.

    Possible solutions:
      1. Add an input or output annotation.
      2. Mark it as @Internal.

    Please refer to https://docs.gradle.org/7.6.3/userguide/validation_problems.html#missing_annotation for more details about this problem.
  - Type 'grails.doc.gradle.PublishGuide' property 'workDir' is missing an input or output annotation.

    Reason: A property without annotation isn't considered during up-to-date checking.

    Possible solutions:
      1. Add an input or output annotation.
      2. Mark it as @Internal.

    Please refer to https://docs.gradle.org/7.6.3/userguide/validation_problems.html#missing_annotation for more details about this problem.