Use default java-devel

The JNI bindings were introduced with 1.8.0 was still the default JDK,
so 11 was intended to select the newer version.  The default JDK is now
17, and there is no reason to continue to use what is now an older
version.
This commit is contained in:
Yaakov Selkowitz 2024-01-11 23:43:55 -05:00
commit dec080b68c

View file

@ -30,7 +30,7 @@ BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtx11extras-devel
BuildRequires: xmlto
%if %{JAVA}
BuildRequires: java-11-openjdk-devel
BuildRequires: java-devel
%endif
BuildRequires: python3-devel
BuildRequires: python3-setuptools