borinquenkid commented on code in PR #15530:
URL: https://github.com/apache/grails-core/pull/15530#discussion_r3012032845


##########
gradle/test-config.gradle:
##########
@@ -31,25 +31,12 @@ dependencies {
     add('testRuntimeOnly', 'org.junit.platform:junit-platform-launcher')
 }
 
-// Disable build cache for Groovy compilation in CI to ensure AST 
transformations are always applied.
-// AST transformers are applied at compile time, and Gradle's incremental 
compilation might not detect
-// when a transformer itself changes, leading to stale bytecode.
-// This applies to:
-// - compileGroovy
-// - compileTestGroovy
-// - compileGroovyPlugins (if present)
-tasks.withType(GroovyCompile).configureEach {

Review Comment:
   I would revert and check effect. Don't remember 



-- 
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]

Reply via email to