You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to turn off Java Asserts for a couple of classes in a thirdparty jar we use. It there a way to specify the JVM options required to do so by adding the the necessary JVM options, perhaps via the env: section in our yaks-config.yaml file? I've looked at the source code of the project a bit, but it's still not obvious if there is a way to do this.
The text was updated successfully, but these errors were encountered:
We need to turn off Java Asserts for a couple of classes in a thirdparty jar we use. It there a way to specify the JVM options required to do so by adding the the necessary JVM options, perhaps via the
env:
section in ouryaks-config.yaml
file? I've looked at the source code of the project a bit, but it's still not obvious if there is a way to do this.The text was updated successfully, but these errors were encountered: