Skip to content

Releases: SAP/commerce-gradle-plugin

Fix CCv1 Packaging

fix HybrisAntTask + SAP JVM

fix manifest.json parsing

v1.3.0 - Gradle 5+ support

18 Jan 12:44
Compare
Choose a tag to compare

Release Notes

  • 🚀 Gradle 5+ support
    Check the kotlin-dsl-example repository on how to write your build with the Kotlin DSL

  • New property sha256Sum for SupportPortalDownloadTask to support new checksums available on launchpad.support.sap.com (More details in the documentation and the FAQ)

1.2.2 - fix #8

17 Jan 14:53
Compare
Choose a tag to compare

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 the build.gradle

Both of those improvements should fix #8

1.2.1 - fix #5

14 Dec 06:28
Compare
Choose a tag to compare

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

26 Oct 07:39
Compare
Choose a tag to compare

Thanks to @karol-szczecinski-sap Solr customization can now also be included into a CCv1 package (PR #3 )

ant path fix for 1808

24 Sep 14:28
Compare
Choose a tag to compare

fix: change glob pattern to match ant directory in 1808

CCv2 support

27 Aug 11:05
Compare
Choose a tag to compare

New Features

  • CCV2 manifest.json support
    Configure your local build using a manifest.json file using the new CCV2 build plugin. Details can be found in the wiki!
  • HybrisAntTask
    configure ant properties consistently via the new methods antProperty(String key, String value) and setAntProperties(Map<String,String>)

    Using systemProperty (provided by JavaExec) doesn't work for all cases, unfortunately

Fix packaging issues on linux

23 Aug 05:01
Compare
Choose a tag to compare