cuba-platform / cuba-gradle-plugin

Gradle plugin for building CUBA platform and applications
https://www.cuba-platform.com
Apache License 2.0
15 stars 18 forks source link

Extract cuba-front to a separate project #84

Closed andreysubbotin closed 5 years ago

andreysubbotin commented 5 years ago

It is updated rarely. There is no need to release it every platform release

Relates to cuba-platform/cuba#1175

clumsym76 commented 5 years ago

In former version was it possible to overwrite the frontProject in task buildUberJar by usage of polymerProject

=> cuba-gradle-plugin/src/main/groovy/CubaUberJarBuilding.groovy

The documentation still contains polymerProject - a Gradle project representing the Polymer UI module. If not defined, the standard polymer-client module is used. please see at https://doc.cuba-platform.com/manual-7.0/build.gradle_buildUberJar.html

I guess it is missing due to a merge conflict.

Is it possible to reenable it soon?

andreysubbotin commented 5 years ago

See comment in cuba-platform/cuba-gradle-plugin#96