Sync from SUSE:SLFO:Main assertj-core revision 96f8c330a1e2735842eef0be1debc94a
This commit is contained in:
parent
6063aad5ad
commit
9da2080819
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 05:32:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Use SOURCE_DATE_EPOCH for reproducible builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 24 05:36:38 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -72,7 +72,9 @@ This package provides API documentation for %{name}.
|
||||
%pom_add_dep org.apiguardian:apiguardian-api:1.1.2:provided
|
||||
|
||||
%build
|
||||
%{mvn_build} -f -- -Dproject.build.sourceEncoding=UTF-8 -Dmaven.compiler.release=8 -Dsource=8
|
||||
%{mvn_build} -f -- \
|
||||
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
|
||||
-Dproject.build.sourceEncoding=UTF-8 -Dmaven.compiler.release=8 -Dsource=8
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user