Skip to content

Commit

Permalink
Build should target Java 6 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mirza Ahmad committed May 29, 2015
1 parent 0e6267b commit 4d377a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/config/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ javacVerbose=true
#compilerArg=

# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
javacSource=1.7
javacSource=1.6

# Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.
javacTarget=1.7
javacTarget=1.6


0 comments on commit 4d377a8

Please sign in to comment.