blob: 25263601949703ebf64800140a562a393d695c01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[
{ type: install
message: <<EOM
java version 11 or higher is required. Example:
tomcat10_java_home="%%LOCALBASE%%/openjdk11" in /etc/rc.conf
EOM
}
{ type: upgrade
message: <<EOM
It is necessary to reindex from scratch when upgrading from anything
older than opengrok 1.13.0.
java version 11 or higher is required. Example:
tomcat10_java_home="%%LOCALBASE%%/openjdk11" in /etc/rc.conf
EOM
}
]
|