Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
7abcba37af |
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -61,10 +61,11 @@ This package contains the API documentation for %{name}.
|
||||
</testExcludes>" core
|
||||
|
||||
%build
|
||||
%{mvn_build} -f \
|
||||
%{mvn_build} -f -- \
|
||||
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
|
||||
-- -Dmaven.compiler.release=8
|
||||
-Dmaven.compiler.release=8 \
|
||||
%endif
|
||||
-Dmaven.compiler.proc=full
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
Reference in New Issue
Block a user