jdaugherty commented on code in PR #15800:
URL: https://github.com/apache/grails-core/pull/15800#discussion_r3505936377


##########
grails-encoder/build.gradle:
##########
@@ -62,4 +62,13 @@ dependencies {
 apply {
     from rootProject.layout.projectDirectory.file('gradle/docs-config.gradle')
     from rootProject.layout.projectDirectory.file('gradle/test-config.gradle')
-}
\ No newline at end of file
+}
+
+tasks.register('codecMetaClassBenchmark', JavaExec) {

Review Comment:
   Other benchmarks have used @Ignore and not been separate JavaExecs



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