This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new b48c75b680 [skip ci] ensure versions are generated when comparing 
builds
b48c75b680 is described below

commit b48c75b6809f952a12056c4d7dc84597647fc463
Author: James Daugherty <[email protected]>
AuthorDate: Tue Jul 8 15:26:35 2025 -0400

    [skip ci] ensure versions are generated when comparing builds
---
 grails-forge/grails-forge-core/build.gradle | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/grails-forge/grails-forge-core/build.gradle 
b/grails-forge/grails-forge-core/build.gradle
index d445e000cf..f3a72902d7 100644
--- a/grails-forge/grails-forge-core/build.gradle
+++ b/grails-forge/grails-forge-core/build.gradle
@@ -82,6 +82,10 @@ def grailsVersionInfo = tasks.register('grailsVersionInfo', 
WriteGrailsVersionIn
 
 sourceSets.main.resources.srcDir(grailsVersionInfo)
 
+tasks.named('build').configure {
+    it.dependsOn(grailsVersionInfo)
+}
+
 rocker {
     postProcessing = ['org.grails.forge.rocker.plugin.WhitespaceProcessor']
 }

Reply via email to