view sonar-ant.xml @ 255:37e1c910c8f5

disable requireMemeory failure and replace with a warning
author smith@nwoca.org
date Wed, 30 May 2018 21:09:51 +0100
parents 49e9edc80170
children
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<project name="sonar-project-tasks" default="" basedir="."
         xmlns:ivy="antlib:fr.jayasoft.ivy.ant">

    <description>Sonar Ant tasks - disabled 19-Oct-2016/djs</description>
    
    <target name="sonar">
        <echo message="ant based sonar analysis has been disabled"/>
    </target>

</project>