Skip to content
Snippets Groups Projects
Commit ae0124b2 authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Fixed the build failure with Java 9 (Closes: #893376)

parent 7bdc82b7
No related branches found
No related tags found
No related merge requests found
mina (1.1.7.dfsg-12) UNRELEASED; urgency=medium
* Fixed the build failure with Java 9 (Closes: #893376)
* Moved the package to Git
* Standards-Version updated to 4.1.3
......
......@@ -10,8 +10,8 @@ JAVA_HOME := /usr/lib/jvm/default-java
# We need to export JAVA_HOME for jh_build
export JAVA_HOME
# Force compilation of 1.5 .class format
JAVA_OPTS := -source 1.5 -target 1.5
# Force compilation of 1.7 .class format
JAVA_OPTS := -source 1.7 -target 1.7
CORE_JAR := $(PACKAGE)-core.jar
CORE_SRC := core/src/main/java/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment