mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 10:17:43 +08:00
Special Widgetset artifacts for debug purpose(cuba) #PL-5769
This commit is contained in:
parent
24bbdb0f8e
commit
82e8022be9
@ -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) << {
|
||||
|
Loading…
Reference in New Issue
Block a user