Switch Java compiler source/target to 1.8
Resolves: RHEL-52700
This commit is contained in:
parent
11d638e5cd
commit
f2a8048372
@ -73,7 +73,7 @@ following providers:
|
||||
|
||||
%build
|
||||
# tests are disabled because of missing dependencies
|
||||
%mvn_build -f
|
||||
%mvn_build -f -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8
|
||||
|
||||
# Maven requires Wagon HTTP with classifier "shaded"
|
||||
%mvn_alias :wagon-http :::shaded:
|
||||
@ -86,6 +86,10 @@ following providers:
|
||||
%doc DEPENDENCIES
|
||||
|
||||
%changelog
|
||||
* Mon Aug 05 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.3-7
|
||||
- Switch Java compiler source/target to 1.8
|
||||
- Resolves: RHEL-52700
|
||||
|
||||
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 3.5.3-7
|
||||
- Bump release for Aug 2024 java mass rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user