| |
@@ -7,7 +7,7 @@
|
| |
Name: maven
|
| |
Epoch: 1
|
| |
Version: 3.6.3
|
| |
- Release: 6%{?dist}
|
| |
+ Release: 7%{?dist}
|
| |
Summary: Java project management and project comprehension tool
|
| |
# maven itself is ASL 2.0
|
| |
# bundled slf4j is MIT
|
| |
@@ -213,7 +213,7 @@
|
| |
|
| |
|
| |
%build
|
| |
- %mvn_build -- -Dproject.build.sourceEncoding=UTF-8
|
| |
+ %mvn_build -- -Dproject.build.sourceEncoding=UTF-8 -Dmaven.compiler.release=8
|
| |
|
| |
mkdir m2home
|
| |
(cd m2home
|
| |
@@ -293,6 +293,9 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Thu Oct 15 2020 Fabio Valentini <decathorpe@gmail.com> - 1:3.6.3-7
|
| |
+ - Build with -release 8 to avoid OpenJDK API incompatibility issues.
|
| |
+
|
| |
* Wed Sep 30 2020 Christopher Tubbs <ctubbsii@fedoraproject.org> - 1:3.6.3-6
|
| |
- Remove unneeded commons-logging from runtime class path (rhbz#1883751)
|
| |
- Also remove redundant commons-codec
|
| |
Hopefully fixes https://bugzilla.redhat.com/show_bug.cgi?id=1885300