This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/master by this push:
new 842982b7 Compile artifacts with parameter information #252
842982b7 is described below
commit 842982b717be2a01cd0f3971594890cc7e665893
Author: Paul King <[email protected]>
AuthorDate: Tue Jan 21 10:39:50 2025 +1000
Compile artifacts with parameter information #252
---
buildSrc/src/main/groovy/geb.groovy-module.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildSrc/src/main/groovy/geb.groovy-module.gradle
b/buildSrc/src/main/groovy/geb.groovy-module.gradle
index 80e7a13a..4e6a6482 100644
--- a/buildSrc/src/main/groovy/geb.groovy-module.gradle
+++ b/buildSrc/src/main/groovy/geb.groovy-module.gradle
@@ -51,6 +51,7 @@ codenarcTasks.configureEach {
tasks.withType(GroovyCompile).configureEach {
groovyOptions.forkOptions.memoryMaximumSize = '256m'
+ groovyOptions.parameters = true
}
tasks.withType(Test).configureEach {