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.
1 parent 45537c8 commit 889ff31Copy full SHA for 889ff31
tools/pre-commit
@@ -56,7 +56,7 @@ function findJava() {
56
whichJava="${java_home}/bin/java"
57
else
58
log_error "Could not find java in your RDF_TOOLKIT_JAVA_HOME or JAVA_HOME: ${java_home}"
59
- log_error "Please set RDF_TOOLKIT_JAVA_HOME or JAVA_HOME to point to a Java 7 or later installation."
+ log_error "Please set RDF_TOOLKIT_JAVA_HOME or JAVA_HOME to point to a Java 11 or later installation."
60
return 1
61
fi
62
log "whichJava =" $whichJava
0 commit comments