Skip to content

Commit 2fd179b

Browse files
committed
read configured version from manifest file
1 parent d18f9e1 commit 2fd179b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core-customize/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ if (project.hasProperty("CXDEV_ARTEFACT_BASEURL") && project.hasProperty("CXDEV_
116116
val PASSWORD = project.property("CXDEV_ARTEFACT_PASSWORD") as String
117117
val AUTHORIZATION = Base64.getEncoder().encodeToString((USER + ":" + PASSWORD).toByteArray())
118118

119-
val COMMERCE_VERSION = CCV2.manifest.effectiveVersion
119+
val COMMERCE_VERSION = CCV2.manifest.commerceSuiteVersion
120120
tasks.register<Download>("downloadPlatform") {
121121
src(BASEURL + "/commerce/hybris-commerce-suite-${COMMERCE_VERSION}.zip")
122122
dest(file("${dependencyDir}/hybris-commerce-suite-${COMMERCE_VERSION}.zip"))

0 commit comments

Comments
 (0)