The GitHub Actions job "Code Style" on grails-core.git/upgrade/gradle-9.3.1 has 
succeeded.
Run started by GitHub user jamesfredley (triggered by jamesfredley).

Head commit for run:
480ad1780fc7d3c8acf38824732719aaa73bcaf7 / James Fredley 
<[email protected]>
Fix Task.project invocation at execution time deprecations

Fix deprecated Task.project access at execution time (scheduled for removal in 
Gradle 10)
by capturing project properties at configuration time.

Changes:
- SbomPlugin: Capture projectName, projectPath, and buildDate at configuration 
time;
  refactor pickLicense() to accept these values instead of task reference
- PublishPlugin: Capture PublishingExtension at configuration time before 
doLast block
- GrailsGradlePlugin: Capture buildDir at configuration time for 
buildProperties task;
  capture antBuilder at configuration time for native2ascii task
- GrailsProfileGradlePlugin: Replace project.sync in doLast with Sync task type

Tested output before/after changes:
- cyclonedxBom: Identical (except expected timestamp/UUID differences)
- savePublishedArtifacts: Identical
- processProfileResources: Identical
- buildProperties: Functionally identical (minor formatting: one less blank 
line)
- grails-doc docs: Identical (verified Grails BOM.html)

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

With regards,
GitHub Actions via GitBox

Reply via email to