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
|
||||
}
|
||||
|
||||
task shell(type: JavaExec) {
|
||||
def rhinoJar = configurations.library.files.find { f ->
|
||||
f.name.startsWith('rhino')
|
||||
task rhinoShell(type: JavaExec) {
|
||||
def rhinoJar = configurations.library.files.find { jar ->
|
||||
jar.name.startsWith('rhino')
|
||||
}
|
||||
|
||||
classpath = files(rhinoJar)
|
||||
|
|
Loading…
Add table
Reference in a new issue