blob: dd0631d5e97c45a4e6d384d271a8bbda0336b087 (
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 17 or higher is required. Example:
tomcat101_java_home="%%LOCALBASE%%/openjdk17" in /etc/rc.conf
EOM
}
{ type: upgrade
message: <<EOM
It is necessary to reindex from scratch when upgrading from anything
older than opengrok 1.14.0.
java version 17 or higher is required. Example:
tomcat101_java_home="%%LOCALBASE%%/openjdk17" in /etc/rc.conf
EOM
}
]
|