This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch reproducible-builds in repository https://gitbox.apache.org/repos/asf/grails-forge.git
The following commit(s) were added to refs/heads/reproducible-builds by this push: new 5869b20 remove agent config 5869b20 is described below commit 5869b2070c4d03afbfa935c6ef2945cca96289cb Author: James Fredley <jamesfred...@users.noreply.github.com> AuthorDate: Thu May 8 20:46:19 2025 -0400 remove agent config --- grails-cli/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/grails-cli/build.gradle b/grails-cli/build.gradle index 8ba1fbe..37f9660 100644 --- a/grails-cli/build.gradle +++ b/grails-cli/build.gradle @@ -92,10 +92,6 @@ graalvmNative { mainClass = "org.grails.forge.cli.Application" } } - agent { - enabled = true // Enable tracing agent for metadata generation - defaultMode = 'conditional' - } } application {