Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions gradle/example-config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ tasks.withType(Groovydoc).configureEach {
enabled = false
}

tasks.matching { 'bootJar' == it.name }.configureEach {
// 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'.
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.gradle.develocity' version '4.0'
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
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1'
}

Expand Down
Loading