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

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


The following commit(s) were added to refs/heads/8.0.x-hibernate7 by this push:
     new 86e788b180 tweak
86e788b180 is described below

commit 86e788b180a3c88dc8bf7d5755afc78e35666689
Author: Walter Duque de Estrada <[email protected]>
AuthorDate: Wed Feb 25 18:47:19 2026 -0600

    tweak
---
 gradle/java-config.gradle                | 2 +-
 grails-data-hibernate7/core/build.gradle | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/gradle/java-config.gradle b/gradle/java-config.gradle
index c2682c735d..de51e724f7 100644
--- a/gradle/java-config.gradle
+++ b/gradle/java-config.gradle
@@ -53,7 +53,7 @@ tasks.withType(Jar).configureEach {
 
     manifest.attributes(
             'Implementation-Title': 'Apache Grails',
-            'Implementation-Version': grailsVersion,
+            'Implementation-Version': project.findProperty('grailsVersion') ?: 
version,
             'Implementation-Vendor': 'grails.apache.org'
     )
 }
diff --git a/grails-data-hibernate7/core/build.gradle 
b/grails-data-hibernate7/core/build.gradle
index 5c537ca96d..8b43bbe4af 100644
--- a/grails-data-hibernate7/core/build.gradle
+++ b/grails-data-hibernate7/core/build.gradle
@@ -170,6 +170,7 @@ 
tasks.withType(com.github.spotbugs.snom.SpotBugsTask).configureEach {
 
 pmd {
     consoleOutput = true
+    ignoreFailures = true
 //    ruleSets = ['category/java/bestpractices.xml', 
'category/java/errorprone.xml', 'category/java/security.xml']
     // toolVersion = '7.0.0'   // optional: override default PMD version if 
needed
 }

Reply via email to