Skip to content

Commit

Permalink
melange.lib requires java8, so make sure that the manifest declares it
Browse files Browse the repository at this point in the history
  • Loading branch information
dvojtise committed May 6, 2015
1 parent ce46876 commit bff541c
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,7 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.7
org.eclipse.jdt.core.compiler.source=1.8

0 comments on commit bff541c

Please sign in to comment.