chg: name of rhino shell task
This commit is contained in:
parent
e40b78230c
commit
b90143adf7
1 changed files with 3 additions and 3 deletions
|
@ -182,9 +182,9 @@ task jsdoc(type: Exec) {
|
||||||
ignoreExitValue true
|
ignoreExitValue true
|
||||||
}
|
}
|
||||||
|
|
||||||
task shell(type: JavaExec) {
|
task rhinoShell(type: JavaExec) {
|
||||||
def rhinoJar = configurations.library.files.find { f ->
|
def rhinoJar = configurations.library.files.find { jar ->
|
||||||
f.name.startsWith('rhino')
|
jar.name.startsWith('rhino')
|
||||||
}
|
}
|
||||||
|
|
||||||
classpath = files(rhinoJar)
|
classpath = files(rhinoJar)
|
||||||
|
|
Loading…
Add table
Reference in a new issue