@@ -6,9 +6,9 @@ import java.time.Instant
66import java.util.Base64
77
88plugins {
9- id(" sap.commerce.build" ) version(" 3.7.1 " )
10- id(" sap.commerce.build.ccv2" ) version(" 3.7.1 " )
11- id(" de.undercouch.download" ) version(" 4.1.2 " )
9+ id(" sap.commerce.build" ) version(" 4.0.0 " )
10+ id(" sap.commerce.build.ccv2" ) version(" 4.0.0 " )
11+ id(" de.undercouch.download" ) version(" 5.5.0 " )
1212}
1313
1414val DEPENDENCY_FOLDER = " ../dependencies"
@@ -58,8 +58,8 @@ if (project.hasProperty("SAPCX_ARTEFACT_BASEURL") && project.hasProperty("SAPCX_
5858}
5959
6060tasks.register<WriteProperties >(" generateLocalProperties" ) {
61- comment = " FILE WAS GENERATED AT " + Instant .now()
62- outputFile = project.file(" hybris/config/local.properties" )
61+ comment = " GENERATED AT " + Instant .now()
62+ destinationFile = project.file(" hybris/config/local.properties" )
6363 property(" hybris.optional.config.dir" , project.file(" hybris/config/local-config" ).absolutePath)
6464 doLast {
6565 mkdir(project.file(" hybris/config/local-config/" ))
@@ -126,7 +126,7 @@ mapOf(
126126tasks.register<WriteProperties >(" generateLocalDeveloperProperties" ) {
127127 dependsOn(symlinkConfigTask)
128128 comment = " my.properties - add your own local development configuration parameters here"
129- outputFile = project.file(" hybris/config/local-config/99-local.properties" )
129+ destinationFile = project.file(" hybris/config/local-config/99-local.properties" )
130130 onlyIf {
131131 ! project.file(" hybris/config/local-config/99-local.properties" ).exists()
132132 }
0 commit comments