Special Widgetset artifacts for debug purpose(cuba) #PL-5769

This commit is contained in:
Gleb Gorelov 2015-09-07 09:40:18 +00:00
parent 24bbdb0f8e
commit 82e8022be9

View File

@ -534,6 +534,7 @@ configure(webToolkitModule) {
}
task buildDebugWidgetSet(type: CubaWidgetSetBuilding) {
widgetSetsDir = "$project.buildDir/web-debug/VAADIN/widgetsets"
widgetSetClass = 'com.haulmont.cuba.web.toolkit.ui.WidgetSet'
// Performance and widgetset size:
style = 'PRETTY'
@ -559,7 +560,9 @@ configure(webToolkitModule) {
artifacts {
archives webArchive
archives webDebugArchive
if (!isSnapshot) {
archives webDebugArchive
}
}
task deploy(dependsOn: buildWidgetSet) << {