The build fails with this [stacktrace](https://pastes.dev/YTEPf1Er6e) The issue is caused by this [change](https://github.com/gradle/gradle/commit/577b4a626cfbd5e50f9ccf277fa18fd850c4b9f7#diff-5c6b7ba649cd1740d83a69c6bda2ef1254ff02834a729ae6826fc609cfd5b31b) to `NestedRootBuildRunner` in Gradle 9.5.0, which is used by Paperweight [here](https://github.com/PaperMC/paperweight/blob/main/paperweight-core/src/main/kotlin/io/papermc/paperweight/core/tasks/RunNestedBuild.kt#L71)
The build fails with this stacktrace
The issue is caused by this change to
NestedRootBuildRunnerin Gradle 9.5.0, which is used by Paperweight here