gitgabrio opened a new issue, #1838:
URL: https://github.com/apache/incubator-kie-issues/issues/1838

   In the kogito-runtimes pipeline there is an error when it tries to "resolve 
gradle dependencies", but cannot due to not being able to find required 
variables, e.g. quarkusPluginVersion. You can set a new gradle home by doing 
echo 
"gradle.additionalArguments=-Dgradle.user.home=/artifacts/kogito-runtimes/quarkus/integration-tests/integration-tests-quarkus-gradle/src/main/resources"
 in the mend_operations.sh createConfigFile() function, which forces it to 
consider the Gradle.properties correctly. However the gradle.properties doesn't 
evaluate the variables correctly and instead of e.g. 
quarkusPluginVersion=${version.io.quarkus}
   finding the version.io.quarkus value, it hardcodes quarkusPluginVersion to 
literally ${version.io.quarkus}. This seems to be set somewhere in the Red Hat 
CI, and we need to figure out how to replicate that functionality in our 
pipeline.
   
   This is an old ticket, to be verified if still valid


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