diff --git a/setup.py b/setup.py index 10f8908..6435840 100644 --- a/setup.py +++ b/setup.py @@ -220,7 +220,7 @@ def build_jar_from_sources(self, jar, sources): javac_loc = find_javac_cmd() dirty_jar = False - javac_command = [javac_loc, "-source", "6", "-target", "6"] + javac_command = [javac_loc] for source in sources: javac_command.append(package_path(source)) if needs_compilation(jar, source):