Skip to content

Commit

Permalink
LPS-101521 Copy gradle properties by prefix to allow user overwrite f…
Browse files Browse the repository at this point in the history
…rom build.*.properties
  • Loading branch information
shuyangzhou committed Sep 12, 2019
1 parent 46a43a1 commit cafd0e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build-common.xml
Expand Up @@ -1822,10 +1822,6 @@ rerun your task.
<propertyref name="liferay.releng.product.display.name" />
<propertyref name="liferay.releng.public" />
<propertyref name="liferay.releng.supported" />
<propertyref name="org.gradle.console" />
<propertyref name="org.gradle.daemon" />
<propertyref name="org.gradle.internal.launcher.welcomeMessageEnabled" />
<propertyref name="org.gradle.warning.mode" />
<propertyref name="project.templates.test.builds" />
<propertyref name="release.versions.test.other.dir" />
<propertyref name="release.versions.test.other.dir.names" />
Expand All @@ -1840,6 +1836,7 @@ rerun your task.
<propertyref prefix="ivy.pom." />
<propertyref prefix="microsoft.translator." />
<propertyref prefix="nodejs." />
<propertyref prefix="org.gradle." />
<propertyref prefix="sonatype." />
<propertyref prefix="source.formatter." />
<propertyref regex=".+\.ignore\.local$" />
Expand Down

0 comments on commit cafd0e4

Please sign in to comment.