gwt-gradle-plugin icon indicating copy to clipboard operation
gwt-gradle-plugin copied to clipboard

Review and add more compiler options of GWT 2.8.0+

Open jiakuan opened this issue 8 years ago • 2 comments

Need to review the latest "GWT Compiler Options" section on this page: http://www.gwtproject.org/doc/latest/DevGuideCompilingAndDebugging.html

jiakuan avatar Jul 10 '17 23:07 jiakuan

Looks like only two compiler options of GWT 2.9.0 are missing:

  -[no]checkAssertions                              Include assert statements in compiled output. (defaults to OFF)
  -setProperty                                      Set the values of a property in the form of propertyName=value1[,value2...].

Anyone wants to take the "challenge" to add them? :)

jiakuan avatar Sep 04 '20 23:09 jiakuan

ok, so i picked up the "-setProperty" parameter (as i needed it) for this in #78

chwalker-fadv avatar Oct 11 '23 14:10 chwalker-fadv