mchades opened a new issue, #4253:
URL: https://github.com/apache/gravitino/issues/4253

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   run `./gradlew compileDistribution` failed
   
   ### Error message and/or stacktrace
   
   ```shell
   * What went wrong:
   A problem was found with the configuration of task ':copySubprojectLib' 
(type 'Copy').
     - Gradle detected a problem with the following location: 
'/Users/mchades/projects/datastrato/graviton/integration-test-common/build/libs'.
       
       Reason: Task ':copySubprojectLib' uses this output of task 
':integration-test-common:testJar' 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 ':integration-test-common:testJar' as an input of 
':copySubprojectLib'.
         2. Declare an explicit dependency on 
':integration-test-common:testJar' from ':copySubprojectLib' using 
Task#dependsOn.
         3. Declare an explicit dependency on 
':integration-test-common:testJar' from ':copySubprojectLib' using 
Task#mustRunAfter.
       
   ```
   
   ### How to reproduce
   
   run `./gradlew compileDistribution`
   
   ### Additional context
   
   _No response_


-- 
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