opentelemetry-java-instrumentation icon indicating copy to clipboard operation
opentelemetry-java-instrumentation copied to clipboard

add dev mode where warnings don't fail the test

Open zeitlinger opened this issue 1 year ago • 0 comments

This provides a better dev experience:

gradle test -Ddev=true -x spotlessCheck -x checkstyleMain --tests '*JvmMongo*'

If this idea is accepted, I'll document it in CONTRIBUTING.md

zeitlinger avatar May 02 '24 15:05 zeitlinger