chg: name of rhino shell task
This commit is contained in:
parent
d985d1be0c
commit
c673e8e3f2
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