Skip to content

Commit

Permalink
Support builder.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
billtomczak committed Oct 27, 2021
1 parent 817acff commit 9f7524d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@ Missing path to Free version: project.${composer.extra.name}.path property
</target>

<target name="standards" description="Check formatting/settigns in composer/manifest files">
<if>
<istrue value="${builder.debug}"/>
<then>
<echoproperties destfile="standards.properties"/>
</then>
</if>

<standardsFixes manifest="${project.manifest}"/>
</target>

Expand Down

0 comments on commit 9f7524d

Please sign in to comment.