On Wed, 19 Aug 2026 11:01:04 GMT, Ambarish Rapte <[email protected]> wrote:
> Update boot jdk to 26.0.2 and gradle to 9.7.0 > > Update to Gradle 9.7.0 requires a change in build.gradle: > Isolated projects is a new Gradle performance feature that safely runs > project configuration in parallel. > It prohibits cross-project model coupling at the configuration level. > Under this change, now in the dependency block a project(“:project-name”) > would return a DefaultProjectDependency instead of a DefaultProject. > Hence 9.7.0 causes multiple errors as below: > > * What went wrong: > A problem occurred evaluating root project 'rt'. >> Could not get unknown property 'sourceSets' for project ':base' of type >> org.gradle.api.internal.artifacts.dependencies.DefaultProjectDependency. > > > The changes in build.gradle file are to fix this repeated error. > > Build and sanity testing locally and CI is all green. > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 3076ab71 Author: Ambarish Rapte <[email protected]> URL: https://git.openjdk.org/jfx/commit/3076ab715de955c7ccea8619bb73bb87a444b16b Stats: 86 lines in 8 files changed: 19 ins; 13 del; 54 mod 8390498: Update boot JDK to 26.0.2 8390497: Update Gradle to 9.7.0 Reviewed-by: kcr, jvos ------------- PR: https://git.openjdk.org/jfx/pull/2265
