thiagoelg commented on PR #3588:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3588#issuecomment-4481309936

   > How this is related with Gradle? @thiagoelg
   
   For downstream packages that use Gradle, overriding the 
`version.org.kie.kogito` version is not sufficient, as POM resolution occurs 
before any Gradle processing. That means that the `version.org.kie.kogito` 
value in the kie-tools-maven-base pom.xml is used instead of Maven config 
overrides (via `-Dversion.org.kie-kogito`) or any other Gradle setting.
   
   I get some error like this:
   ```
   quarkusProdBaseRuntimeClasspathConfigurationCopy1
   Could not parse POM ...
   ```
   This suggests the Quarkus Gradle plugin resolves things before Gradle, and 
Gradle can't do anything about it.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to