Disable tests for Desktop #444

This commit is contained in:
Yuriy Artamonov 2018-06-05 17:56:44 +04:00
parent 3fdeb8962c
commit 33c50ef191

View File

@ -852,6 +852,7 @@ configure(desktopModule) {
// vaadin8
compileJava.enabled = false
test.enabled = false
}
configure(restApiModule) {