Support GWT compiler options: -draft, -XdisableCastChecking #PL-4186

This commit is contained in:
Yuriy Artamonov 2014-08-13 08:01:18 +00:00
parent 3545e8b395
commit a8a0c5a4c0

View File

@ -460,7 +460,12 @@ configure(webToolkitModule) {
task buildWidgetSet(type: CubaWidgetSetBuilding) {
widgetSetClass = 'com.haulmont.cuba.web.toolkit.ui.WidgetSet'
compilerArgs = ['-style': 'OBF', '-logLevel': 'INFO']
// Debug flags:
// draft = true
// compilerArgs = ['-style': 'PRETTY', '-logLevel': 'INFO']
// Performance and widgetset size:
// disableCastChecking = true
}
jar {