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

commit f27abcd25d7de5a391cf94a9f5d6d386c8e9ae2c
Author: James Daugherty <[email protected]>
AuthorDate: Thu Apr 24 18:26:17 2025 -0400

    Revert "disable the jar file for grails-doc since it generates 
documentation and does not publish code"
    
    This reverts commit 1988b774f3938799a63d6d16553b37592a3227bc.
---
 grails-doc/build.gradle | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/grails-doc/build.gradle b/grails-doc/build.gradle
index fb64ef44d5..26d02baf16 100644
--- a/grails-doc/build.gradle
+++ b/grails-doc/build.gradle
@@ -292,8 +292,3 @@ artifacts {
     archives dist
 }
 
-// the groovy plugin is applied to this project, but we do not build a jar 
file since
-// the dependencies are only used for resolving versions from the bom
-tasks.withType(Jar).configureEach {
-    it.enabled = false
-}
\ No newline at end of file

Reply via email to