Skip to content

Commit

Permalink
LPS-118309 Update Gradle properties
Browse files Browse the repository at this point in the history
  • Loading branch information
petershin authored and brianchandotcom committed Aug 4, 2020
1 parent 7d117ca commit 351e107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,8 @@ This target has been renamed to "snapshot-bundle". Please call "snapshot-bundle"
<arg value="--build-file=${project.dir}/modules/profile-dxp.gradle" />
</gradle-execute>

<update-gradle-properties />

<if>
<and>
<isset property="build.setup.profile.dxp.app.lcs.version" />
Expand All @@ -1118,8 +1120,6 @@ This target has been renamed to "snapshot-bundle". Please call "snapshot-bundle"
</then>
</if>

<update-gradle-properties />

<if>
<equals arg1="${build.patcher.replace.release.info.tokens}" arg2="true" />
<then>
Expand Down

0 comments on commit 351e107

Please sign in to comment.