Attila Kelemen
Attila Kelemen
> :warning: This PR is on top of #80 (Ported JIRA-204 Gradle build to version 3)
In addition to the port: This also makes `SimpleCharStream` (generated by javacc) package private (as was intended).
For easier review: - Many files were moved around for easier compilation (i.e., there is no need to add file filters due to different dependencies) - Most files were just...
Applying this plugin to the *buildSrc* of my (netbeans-gradle-project)[https://github.com/kelemen/netbeans-gradle-project] project crashes the build. Though I'm only speculating but I believe that this is because it has a transitive dependency on...
Fixes #29652. This PR makes sure that Gradle doesn't care about the version number of plugins coming from an included build. As is now (Gradle 8.8), Gradle works if the...
This PR fixes , and as a side effect also fixes some race conditions which could have resulted in an NPE or spurious an `IOException`.