Skip to content

Commit

Permalink
LPS-109812 Update Ant tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
petershin authored and brianchandotcom committed Mar 9, 2020
1 parent 4189b01 commit c25461a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ print AdminControl.invoke(appManager, 'startApplication', 'liferay-portal')
<arg value="testIntegrationClasses" />
</gradle-execute>

<gradle-execute dir="modules/sdk/gradle-util" failonerror="false" forcedcacheenabled="false" setupbinariescache="false" task="findbugsMain">
<gradle-execute dir="modules/sdk/gradle-util" failonerror="false" forcedcacheenabled="false" setupbinariescache="false" task="spotbugsMain">
<arg value="--continue" />
<arg value="--parallel" />
</gradle-execute>
Expand Down

0 comments on commit c25461a

Please sign in to comment.