Louis Jacomet

Results 208 comments of Louis Jacomet

The update of Gradle using Groovy 4 has been pushed out of Gradle 8.0 and will only be done for Gradle 9.0

When upgrading the https://github.com/gradle/gradle build, we encountered the same issue. I have a PR open that should hopefully fix this: see #590

A workaround exists if you do not need the `secondarySources` feature: ``` task.clearSecondarySources(); task.secondarySources(patternSet -> { patternSet.include("doesNotExist.not"); }); ```

The issue is in the backlog of the relevant team and is prioritized by them.

@bot-gradle merge

We need some infrastructure feature for doing that, see #14363.

@aquinney0 Thanks a lot for the PR and the fix. Can you help me figure out what I missed when doing that update? AFAICT we bumped JGit to version `5.13.3.202401111512-r`...

Thanks a lot for confirming. I missed that entry in the release notes. Did you take a look at that other plugin? Would it satisfy your needs?

Thanks for the feedback, the IDE experience is indeed an important aspect. Note that we included the fix for this regression in the upcoming 8.8 RC2, so the fix will...

This has been fixed through #28311 and will be released with Gradle 8.8. You can try 8.8 RC1 to validate this already. Report back here if there is still an...