del: code in comments

This commit is contained in:
Tobi Schäfer 2020-03-17 19:58:45 +01:00
parent 70a0b2d9a1
commit 94ce6dac49

View file

@ -127,10 +127,6 @@ task shell(type: JavaExec) {
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)
main = 'org.mozilla.javascript.tools.shell.Main'