gitgabrio commented on PR #4180:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4180#issuecomment-3847209666
HI @pefernan @fjtirado : I fail to see any reason for all those test
failures.
the only change that could have an impact is the following one (in drools
repo)
```
String gradleAppName = System.getProperty("org.gradle.appname");
return (gradleAppName == null || gradleAppName.isEmpty()) ?
MAVEN : GRADLE;
```
Do you know, by chance, if, behind the scenes, those tests execute some
operation that set the `org.gradle.appname` property ? Maybe hidden inside
quarkus path ?
--
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]