Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable assertions in Play! development mode

I'm want to enable assertions for the Play! JVM. I saw there is some configuration in the application.conf, but I'd no success by guessing how this may work. So, how do I do that?

like image 883
Manuel Leuenberger Avatar asked Oct 11 '22 14:10

Manuel Leuenberger


1 Answers

If you mean support for the "assert" language feature, it seems to be as simple as:

play run -ea
like image 163
cdegroot Avatar answered Oct 31 '22 06:10

cdegroot