Add back eclipse configuration to buildSrc
This commit is contained in:
parent
7a6155e12f
commit
4f5de0f453
|
@ -64,3 +64,9 @@ extraArchive {
|
|||
javadoc = false
|
||||
tests = false
|
||||
}
|
||||
|
||||
eclipse {
|
||||
classpath {
|
||||
defaultOutputDir = new File(file('build'), 'eclipse')
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue