Releases: SAP/commerce-gradle-plugin
Fix CCv1 Packaging
fix HybrisAntTask + SAP JVM
fix manifest.json parsing
Release Notes
- fixes #9: now the plugin correctly parses a minimal
manifest.json
Plugins
https://plugins.gradle.org/plugin/mpern.sap.commerce.build/1.3.1
https://plugins.gradle.org/plugin/mpern.sap.commerce.build.ccv2/1.3.1
https://plugins.gradle.org/plugin/mpern.sap.commerce.ccv1.package/1.3.1
v1.3.0 - Gradle 5+ support
Release Notes
-
🚀 Gradle 5+ support
Check the kotlin-dsl-example repository on how to write your build with the Kotlin DSL -
New property
sha256Sum
forSupportPortalDownloadTask
to support new checksums available on launchpad.support.sap.com (More details in the documentation and the FAQ)
1.2.2 - fix #8
Release Notes
- Improve platform version detection: it should now correctly parse all the different version formats (
6.7.0.4
,18.11
,1808.4
, ...), so no more wrongly cleaned platforms 😄 - CCv2 Plugin: you can override the version from
manifest.json
in thebuild.gradle
Both of those improvements should fix #8
1.2.1 - fix #5
This release fixes #5 and keeps the case of the ant target.
My thanks to @adrig108 for reporting the bug
As always, the version is also published to plugins.gradle.org
https://plugins.gradle.org/plugin/mpern.sap.commerce.build/1.2.1
CCv1 solr customization support
Thanks to @karol-szczecinski-sap Solr customization can now also be included into a CCv1 package (PR #3 )
ant path fix for 1808
fix: change glob pattern to match ant directory in 1808
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
Fix packaging issues on linux
check PR #1