jprinet commented on code in PR #14895:
URL: https://github.com/apache/grails-core/pull/14895#discussion_r2207067994
##########
gradle/functional-test-config.gradle:
##########
@@ -57,7 +57,7 @@ configurations.configureEach {
// work around for parallel builds due to
https://github.com/wondrify/asset-pipeline/issues/177
if ('assetCompile' in tasks.names) {
tasks.named('assetCompile').configure { Task task ->
- task.outputs.dir
rootProject.layout.buildDirectory.dir('asset-serialize')
+ task.outputs.dir
rootProject.layout.buildDirectory.dir("asset-serialize/${project.name}")
Review Comment:
Reverted with ca20c96beb2e7b1a605310ca45fce361acc258dd
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]