The GitHub Actions job "CI - Groovy Joint Validation Build" on 
grails-core.git/fix/gradle10-plugin-deprecations-8.0.x has failed.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
308857cd770663a218166af3b7b9cf6570cb9d25 / Scott Murphy Heiberg 
<[email protected]>
fix: replace Gradle APIs deprecated for removal in Gradle 10

Applying the Grails Gradle plugins under Gradle 9.x emits deprecation
warnings for three APIs scheduled for removal in Gradle 10:

- Project.getProperties(): replaced project.properties lookups with
  project.findProperty(name) in GrailsGradlePlugin (excludeDependencies,
  configureProfile, createBuildPropertiesTask, configureGroovy)
- Project.container(Class, Closure): replaced with
  objects.domainObjectContainer(Class, NamedDomainObjectFactory) in
  TestPhasesGradlePlugin
- DomainObjectCollection.findAll(Closure): replaced the
  findAll { } as boolean existence check with any { } in
  GrailsGradlePlugin.configureMicronaut

Report URL: https://github.com/apache/grails-core/actions/runs/30652716706

With regards,
GitHub Actions via GitBox

Reply via email to