mirror of https://github.com/apache/lucene.git
783 B
783 B
Apache Solr™ ${project.version} Documentation
<%
if ("{project.version}" == "
{project.baseVersion}") { // compare as strings because of lazy evaluation
println "Follow this link to view online documentation for Apache Solr ${project.version}."
} else {
println "No online documentation available for custom builds or SNAPSHOT
versions."
println "Run gradlew documentation
from src.tgz
package to build docs locally."
}
%>