Jérôme Prinet
Jérôme Prinet
nvm I created a reproducer https://github.com/jprinet/quarkus-reproducer/actions/runs/10508381897
The message is different because the failure is different. On Windows, the `quarkusGenerateCode` task [fails](https://ge.solutions-team.gradle.com/s/ke4kyolnxuxn2/timeline), but [passes](https://ge.solutions-team.gradle.com/s/ns23pvd4lco7q/timeline) on Linux. The problem on Linux happens later when running `quarkusAppPartsBuild` I am...
I added the `org.gradle.debug=true` in `gradle.properties` ([code](https://github.com/jprinet/quarkus-reproducer/blob/e2a58cebe2d14d722f6580f8d7326a91c6cb0d89/gradle.properties#L9)) and got the exact same result. The failure is not happening in the same task 🤷♂️ [windows](https://ge.solutions-team.gradle.com/s/ydj34dihyrdou/timeline) [linux](https://ge.solutions-team.gradle.com/s/ehqtgcmus3by2/timeline) I might be missing something,...
I could run a couple of tests with the flag set on the command line and it is interesting to note the behavior on Windows without DEBUG, it passes when...
Hi @gabrieljones, I am not able to reproduce your issue I could successfully generate and submit a dependency graph while having some required custom `pluginManagement.repositories` (example [here](https://github.com/jprinet/sample-gradle-plugin/blob/main/settings.gradle.kts#L2-L6)) I also attempted...
Hey @gyfora, as a follow-up to our conversation, this is the PR to integrate the project with our Develocity instance hosted at https://ge.apache.org Feel free to ask for any further...