зеркало из https://github.com/mozilla/rhino.git
add eclipse support to the gradle script and ignore special eclipse directories
This commit is contained in:
Родитель
e8faeeb191
Коммит
f5559b0e23
|
@ -22,3 +22,5 @@ target/
|
|||
.classpath
|
||||
.project
|
||||
test262
|
||||
bin/
|
||||
.settings/
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'jacoco'
|
||||
apply plugin: 'distribution'
|
||||
|
|
Загрузка…
Ссылка в новой задаче