mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 10:17:43 +08:00
Support GWT compiler options: -draft, -XdisableCastChecking #PL-4186
This commit is contained in:
parent
3545e8b395
commit
a8a0c5a4c0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user