Open jreznot opened 6 years ago
Right now we are using deprecated Gradle properties in order to support Groovy integration
Relates to #99
Relates to #60
It's suggested to split java & groovy source sets into different directories. This solution has the following benefits:
The main concern is about future projects structure. Two options are available:
src
, groovy - groovySrc
, etc)
Previously, we had problems with Gradle 4 and entities enhancing : https://youtrack.cuba-platform.com/issue/STUDIO-4632
Please check if we can use Groovy without hacks and how it works with entities enhancing.
Check if we have duplicated classes in JARs.