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:
parent
23ba05b98d
commit
dec080b68c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue