Open haulmont-git opened 6 years ago
For instance, if developer enables "Build WAR" in Studio then declarative block is generated in build.gradle instead of custom tasks:
configure(coreModule) { apply(plugin: 'java') apply(plugin: 'maven') apply(plugin: 'cuba') cuba { war { appProperties = [] appHome = '..' } singleWar { webXml = '../single-war-web.xml' } }
In this case buildWar / buildSingleWar tasks should be created automatically by CubaPlugin
Original issue: https://youtrack.haulmont.com/issue/PL-10173
For instance, if developer enables "Build WAR" in Studio then declarative block is generated in build.gradle instead of custom tasks:
In this case buildWar / buildSingleWar tasks should be created automatically by CubaPlugin
Original issue: https://youtrack.haulmont.com/issue/PL-10173