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

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


The following commit(s) were added to refs/heads/7.0.x by this push:
     new fbde279e build: remove workaround for `asset-pipeline` (#1109)
fbde279e is described below

commit fbde279ea61ed62a2379fbef785e32d9d12f436e
Author: Mattias Reichel <[email protected]>
AuthorDate: Mon Apr 14 09:13:15 2025 +0200

    build: remove workaround for `asset-pipeline` (#1109)
    
    `asset-pipeline` 5.0.9 has been released with Grails
    at Apache coordinates.
---
 gradle/examples-config.gradle | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gradle/examples-config.gradle b/gradle/examples-config.gradle
index 9cff2dca..065318cb 100644
--- a/gradle/examples-config.gradle
+++ b/gradle/examples-config.gradle
@@ -2,13 +2,6 @@ tasks.withType(Groovydoc).configureEach {
     enabled = false
 }
 
-tasks.named('bootJar') {
-    // Workaround for:
-    // Execution failed for task ':core-examples-functional-test-app:bootJar'.
-    // > Entry BOOT-INF/lib/grails-web-databinding-7.0.0-SNAPSHOT.jar is a 
duplicate but no duplicate handling strategy has been set. Please refer to 
https://docs.gradle.org/8.12.1/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy
 for details.
-    enabled = false
-}
-
 tasks.matching { 'assetCompile' == it.name }.configureEach {
     // Workaround for: https://github.com/bertramdev/asset-pipeline/issues/177
     // Execution failed for task 
':cas-examples-spring-security-cas-test1:assetCompile'.

Reply via email to