[jboss-logging-tools] 04/07: Set source/target to 1.9 because we have to use the --add-modules feature which
Markus Koschany
apo at moszumanska.debian.org
Mon Mar 19 10:01:23 GMT 2018
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository jboss-logging-tools.
commit 3af3286db6390d722ed1c2edd1016fb9bbac1583
Author: Markus Koschany <apo at debian.org>
Date: Mon Mar 19 10:44:33 2018 +0100
Set source/target to 1.9 because we have to use the --add-modules feature which
is only available with Java 9.
---
debian/maven.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/maven.properties b/debian/maven.properties
index 3b57508..d2b7b40 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -1,6 +1,6 @@
# Include here properties to pass to Maven during the build.
# For example:
maven.test.skip=true
-maven.compiler.source=1.8
-maven.compiler.target=1.8
+maven.compiler.source=1.9
+maven.compiler.target=1.9
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-logging-tools.git
More information about the pkg-java-commits
mailing list