On 08/24/2016 07:59 AM, Mathieu Malaterre wrote: > Could someone please confirm that all jar files should be compiled > with source and target version number set to 1.5 ? > > I am starring at the following: > > https://anonscm.debian.org/cgit/debian-med/gdcm.git/commit/?id=673e34b58867471a90e2fd70b30d442ecd16f505 > > and I believe the value should be set to 1.5 for all archs > > Right ?
If gdcm is Java 5 compatible there is no harm setting the target to 1.5 for all architectures. But targeting Java 5 is not mandatory. Emmanuel Bourg