ICU4J plugin build configuration still used 1.6 as java source version. It must be changed to 1.7.
compilerArg=-inlineJSR -enableJavadoc -encoding UTF-8
# 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.6
+javacSource=1.7
# 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