We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86afaae + acd610b commit 5252119Copy full SHA for 5252119
src/universal/bin/sbt-launch-lib.bash
@@ -161,7 +161,7 @@ checkJava() {
161
echo Please go to http://www.java.com/getjava/ and download
162
echo
163
exit 1
164
- elif [[ ! "$java_version" > "$required_version" ]]; then
+ elif [[ "$java_version" < "$required_version" ]]; then
165
166
echo The java installation you have is not up to date
167
echo $script_name requires at least version $required_version+, you have
0 commit comments