Skip to content

Conversation

@dylanowen
Copy link

@dylanowen dylanowen commented Oct 8, 2025

I'm not a gradle expert, so feel free to close this if it requires a much more thorough upgrade.

I just bumped the gradle version and fixed all the failures in the tests. Most of the errors were around the dependency notation

}
}
intTest(JvmTestSuite) {
testType = TestSuiteType.INTEGRATION_TEST
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure the implications here but this field was removed in Gradle 8.13

https://docs.gradle.org/current/userguide/upgrading_version_8.html#changes_to_jvmtestsuite

@ppantisawat
Copy link

bumping this @maiflai

task.name == REPORT_NAME && task instanceof ScoverageAggregate
}
def childReportTasks = project.subprojects.collectMany {
it.tasks.withType(ScoverageAggregate).matching { it.name == REPORT_NAME }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks - is this a problem for projects under gradle 9 and up?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've forgotten the exact error here but I'm pretty sure some method the original code was using has been deprecated/removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants