jdaugherty commented on code in PR #14895:
URL: https://github.com/apache/grails-core/pull/14895#discussion_r2201935010
##########
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:
I believe this needs reverted until
https://github.com/wondrify/asset-pipeline/issues/177 is fixed. This code was
here as a workaround for that issue.
--
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]