File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
<taskdef name =" findbugs" classpathref =" check.path" classname =" edu.umd.cs.findbugs.anttask.FindBugsTask" />
54
54
55
55
<findbugs classpathref =" check.path" pluginList =" " output =" html" outputfile =" ${ basedir } /jruby-findbugs.html"
56
- excludefilter =" ${ basedir } /findbugs.xml" >
56
+ excludefilter =" ${ basedir } /findbugs.xml" jvmargs = " -Xmx512M " >
57
57
<sourcepath path =" ${ basedir } /source" />
58
58
<class location =" ${ jruby.classes.dir } " />
59
59
<auxclasspath >
Original file line number Diff line number Diff line change 10
10
<artifact name =" jruby-sources" />
11
11
</publications >
12
12
<dependencies >
13
- <dependency org =" com.google.code.findbugs" name =" findbugs" rev =" 1.3.8 " conf =" check->*" />
13
+ <dependency org =" com.google.code.findbugs" name =" findbugs" rev =" 1.3.9 " conf =" check->*" />
14
14
</dependencies >
15
15
</ivy-module >
You can’t perform that action at this time.
0 commit comments