1 Commits

Author SHA256 Message Date
Fridrich Štrba
7abcba37af Force annotation processing, since it is needed with Java 25 2025-10-23 18:59:48 +02:00
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 23 16:58:55 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Force annotation processing, since it is needed with Java 25
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 13 17:57:14 UTC 2022 - Fridrich Strba <fstrba@suse.com> Thu Jan 13 17:57:14 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package truth # spec file for package truth
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -61,10 +61,11 @@ This package contains the API documentation for %{name}.
</testExcludes>" core </testExcludes>" core
%build %build
%{mvn_build} -f \ %{mvn_build} -f -- \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-- -Dmaven.compiler.release=8 -Dmaven.compiler.release=8 \
%endif %endif
-Dmaven.compiler.proc=full
%install %install
%mvn_install %mvn_install