Skip to content

Commit

Permalink
LPS-77425 Temporarily disable baseline check for portal-test-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
petershin authored and brianchandotcom committed Apr 26, 2019
1 parent 368dbf5 commit 5503736
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-common-java.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@

<if>
<not>
<equals arg1="${baseline.jar.report.level}" arg2="off" />
<or>
<equals arg1="${baseline.jar.report.level}" arg2="off" />
<equals arg1="${jar.file}" arg2="portal-test-integration" />
</or>
</not>
<then>
<gradle-execute forcedcacheenabled="false" task="baseline" />
Expand Down

0 comments on commit 5503736

Please sign in to comment.