CCv2 support
New Features
- CCV2
manifest.json
support
Configure your local build using amanifest.json
file using the new CCV2 build plugin. Details can be found in the wiki!
-
HybrisAntTask
configure ant properties consistently via the new methodsantProperty(String key, String value)
andsetAntProperties(Map<String,String>)
Using
systemProperty
(provided byJavaExec
) doesn't work for all cases, unfortunately