Skip to content

Commit 60cc181

Browse files
author
Vladimir Kotal
committed
build plugins with debug versions all the time. The minor increase in size
is worth having.
1 parent 14c0124 commit 60cc181

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,7 @@ Portions Copyright (c) 2017, Chris Fraire <[email protected]>.
11051105
<mkdir dir="${build.dir}/plugins"/>
11061106
<javac srcdir="plugins/"
11071107
destdir="${build.dir}/plugins"
1108+
debug="true"
11081109
includes="**/*.java"
11091110
excludes="**/test/**"
11101111
classpath="${javac.classpath}:${dist.jar}"

0 commit comments

Comments
 (0)