I came across this while looking for a way to disable the profiler plugins in the test environment, since it causes problems with duplicate bean definitions.
Without this fix, here's another solution:
environments {
test {
grails.plugin.excludes = "profiler,miniprofiler"
}
}
Oops. I merged another commit that the change to the plugin but not the taglib. I'll add the taglib fix manually. Thanks very much for the fix, sorry for the delay in merging it.
I came across this while looking for a way to disable the profiler plugins in the test environment, since it causes problems with duplicate bean definitions.
Without this fix, here's another solution: