Add back eclipse configuration to buildSrc

This commit is contained in:
Ryan Ernst 2015-11-10 07:30:11 -08:00
parent 7a6155e12f
commit 4f5de0f453
1 changed files with 6 additions and 0 deletions

View File

@ -64,3 +64,9 @@ extraArchive {
javadoc = false
tests = false
}
eclipse {
classpath {
defaultOutputDir = new File(file('build'), 'eclipse')
}
}