Hello, On 2019-08-27 00:35, Markus Koschany wrote: > override_dh_auto_build: > jh_build --javacopts="-source 1.8 -target 1.8" test.jar src
There is also --javadoc-opts - it took me quite some time to understand why the quoted command failed for me with 'use -source 8 or higher to enable lambda expressions'. Only after looking at the source of jh_build I understood that there are two consecutive calls to 'find ... | xargs ...' :) Best, Andrius __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.
