Skip to content

Commit 5c6d2f6

Browse files
authored
Merge pull request #2084 from matrei/build-updates
Build updates
2 parents 4e1a0aa + 25e1247 commit 5c6d2f6

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
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'.

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradle.develocity' version '4.0'
2+
id 'com.gradle.develocity' version '3.19.2' // Do not upgrade to v4 until Groovy can build with it: https://lists.apache.org/thread/z3ohqxxmdm9p1y18j6mk1cpp6fvnz6k7
33
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1'
44
}
55

0 commit comments

Comments
 (0)