del: code in comments
This commit is contained in:
parent
9cb7d08581
commit
f29781e150
1 changed files with 0 additions and 4 deletions
|
@ -127,10 +127,6 @@ task shell(type: JavaExec) {
|
||||||
f.name.startsWith('rhino')
|
f.name.startsWith('rhino')
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (environment.get('TERM') != 'dumb') {
|
|
||||||
// println 'Run this task with `TERM=dumb ./gradlew shell` to get rid of the progress output'
|
|
||||||
// }
|
|
||||||
|
|
||||||
classpath = files(rhinoJar)
|
classpath = files(rhinoJar)
|
||||||
main = 'org.mozilla.javascript.tools.shell.Main'
|
main = 'org.mozilla.javascript.tools.shell.Main'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue