Skip to content

Commit 25e1247

Browse files
committed
build: remove workaround for asset-pipeline
`asset-pipeline` 5.0.9 has been released with Grails at apache coordinates. Closes gh-2082
1 parent bdacb04 commit 25e1247

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

gradle/example-config.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ tasks.withType(Groovydoc).configureEach {
22
enabled = false
33
}
44

5-
tasks.matching { 'bootJar' == it.name }.configureEach {
6-
// Workaround for:
7-
// Execution failed for task ':core-examples-functional-test-app:bootJar'.
8-
// > 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.
9-
enabled = false
10-
}
11-
125
tasks.matching { 'assetCompile' == it.name }.configureEach {
136
// Workaround for: https://github.com/bertramdev/asset-pipeline/issues/177
147
// Execution failed for task ':cas-examples-spring-security-cas-test1:assetCompile'.

0 commit comments

Comments
 (0)