SAP / spartacus

Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.
Apache License 2.0
740 stars 384 forks source link

Create Spartacus gradle recipe file for 1811 #865

Closed Xymmer closed 5 years ago

Xymmer commented 5 years ago

Until a standard recipe works properly with Spartacus, we need to create a special recipe for each release. Currently it's only some smartedit extensions that pull in content catalog data that interferes. This should be fixed in 1905. There is one for 1808 based on b2c_acc_plus. We need one for 1811.

  1. Duplicate b2c_acc_plus from 1811.
  2. Comment out:

// extName 'cmswebservices' // extName 'smarteditwebservices' // extName 'cmssmarteditwebservices'

// extName 'previewpersonalizationweb'

all 'personalization...' extensions // extName 'personalizationcmsweb' // ....

all 'merchandising...' extensions //extName 'merchandisingaddon' // ...

  1. From pl.project.addons section, remove: the 2 'personalization' addons the 2 'merchanding' addons.

Use this file to test with newest setupandinstallation instructions (#44).

After it passes testing, add this file to docs/assets. Move the existing file to archive to go along with setupandinstallation archive instructions for 1808.

Xymmer commented 5 years ago

Attaching build.gradle for 1811. build.gradle.1811.zip

gladius-mtl commented 5 years ago

Merged as part of GH-44.