jdaugherty commented on PR #14162:
URL: https://github.com/apache/grails-core/pull/14162#issuecomment-2810920541

   > assemble fails with the following:
   > 
   > 
   > 
   > ```
   > 
   > * Exception is:
   > 
   > org.gradle.internal.execution.WorkValidationException: Some problems were 
found with the configuration of task ':grails-doc:generateBomDocumentation' 
(type 'DefaultTask').
   > 
   >   - Gradle detected a problem with the following location: 
'C:\Users\james\Documents\IdeaProjects\grails-core\grails-bom'.
   > 
   >     
   > 
   >     Reason: Task ':grails-doc:generateBomDocumentation' uses this output 
of task ':grails-bom:generateMetadataFileForMavenPublication' without declaring 
an explicit or implicit dependency. This can lead to incorrect results being 
produced, depending on what order the tasks are executed.
   > 
   >     
   > 
   >     Possible solutions:
   > 
   >       1. Declare task 
':grails-bom:generateMetadataFileForMavenPublication' as an input of 
':grails-doc:generateBomDocumentation'.
   > 
   >       2. Declare an explicit dependency on 
':grails-bom:generateMetadataFileForMavenPublication' from 
':grails-doc:generateBomDocumentation' using Task#dependsOn.
   > 
   >       3. Declare an explicit dependency on 
':grails-bom:generateMetadataFileForMavenPublication' from 
':grails-doc:generateBomDocumentation' using Task#mustRunAfter.
   > 
   >     
   > 
   >     For more information, please refer to 
https://docs.gradle.org/8.13/userguide/validation_problems.html#implicit_dependency
 in the Gradle documentation.
   > 
   >   - Gradle detected a problem with the following location: 
'C:\Users\james\Documents\IdeaProjects\grails-core\grails-bom'.
   > 
   >     
   > 
   >     Reason: Task ':grails-doc:generateBomDocumentation' uses this output 
of task ':grails-bom:generatePomFileForMavenPublication' without declaring an 
explicit or implicit dependency. This can lead to incorrect results being 
produced, depending on what order the tasks are executed.
   > 
   >     
   > 
   >     Possible solutions:
   > 
   >       1. Declare task ':grails-bom:generatePomFileForMavenPublication' as 
an input of ':grails-doc:generateBomDocumentation'.
   > 
   >       2. Declare an explicit dependency on 
':grails-bom:generatePomFileForMavenPublication' from 
':grails-doc:generateBomDocumentation' using Task#dependsOn.
   > 
   >       3. Declare an explicit dependency on 
':grails-bom:generatePomFileForMavenPublication' from 
':grails-doc:generateBomDocumentation' using Task#mustRunAfter.
   > 
   > ```
   > 
   >     
   
   I can fix this.  the docs project shouldn't be included in the distro


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to