This commit is contained in:
parent
6feda20387
commit
de9c546ee7
@ -20,7 +20,8 @@ file comparators, endian transformation classes, and much more."/>
|
||||
<property name="bundle.symbolicName" value="org.apache.commons.io"/>
|
||||
<property name="bundle.version" value="${project.version}.0"/>
|
||||
|
||||
<property name="compiler.source" value="1.7"/>
|
||||
<property name="compiler.release" value="8"/>
|
||||
<property name="compiler.source" value="1.${compiler.release}"/>
|
||||
<property name="compiler.target" value="${compiler.source}"/>
|
||||
|
||||
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||
@ -58,6 +59,7 @@ file comparators, endian transformation classes, and much more."/>
|
||||
debug="true"
|
||||
optimize="false"
|
||||
deprecation="true"
|
||||
release="${compiler.release}"
|
||||
target="${compiler.target}"
|
||||
verbose="false"
|
||||
fork="false"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 25 16:53:57 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Build with source and target levels 8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 18 12:52:58 UTC 2023 - David Anes <david.anes@suse.com>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user