2 Commits

4 changed files with 12 additions and 5 deletions

View File

@@ -60,6 +60,7 @@
</goals> </goals>
<configuration> <configuration>
<release>9</release> <release>9</release>
<useIncrementalCompilation>false</useIncrementalCompilation>
<compileSourceRoots> <compileSourceRoots>
<compileSourceRoot>${project.basedir}/src/main/java9</compileSourceRoot> <compileSourceRoot>${project.basedir}/src/main/java9</compileSourceRoot>
</compileSourceRoots> </compileSourceRoots>

BIN
junit5-build.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 28 18:22:24 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Fix errors in aggregator.pom and in ant build system that prevent
successful builds with upcoming Maven 4
- Generate a non-modular javadoc
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 24 05:33:13 UTC 2024 - Fridrich Strba <fstrba@suse.com> Fri May 24 05:33:13 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package junit5 # spec file for package junit5
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# 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
@@ -184,8 +184,7 @@ build-jar-repository -s lib opentest4j/opentest4j apiguardian/apiguardian-api
%{ant} package javadoc %{ant} package javadoc
%else %else
%{mvn_build} -f -- \ %{mvn_build} -f -- \
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \ -Dencoding=utf-8 -DlegacyMode=true -Dverbose=true -Dsource=8
-Dencoding=utf-8 -Dsource=8
# Build docs. Ignore exit asciidoc -- it fails for some reason, but # Build docs. Ignore exit asciidoc -- it fails for some reason, but
# still produces readable docs. # still produces readable docs.