From 0f99b318f614a5109e229663a6b2c28917963dfc Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Fri, 28 Sep 2018 15:22:55 -0400 Subject: [PATCH] ICU-20119 BRS63RC Fixed ICU4J plugin build issue (#182) ICU4J plugin build configuration still used 1.6 as java source version. It must be changed to 1.7. --- icu4j/eclipse-build/pdebuild/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4j/eclipse-build/pdebuild/build.properties b/icu4j/eclipse-build/pdebuild/build.properties index 2116aac55e0..00b3b3dff7a 100644 --- a/icu4j/eclipse-build/pdebuild/build.properties +++ b/icu4j/eclipse-build/pdebuild/build.properties @@ -216,7 +216,7 @@ javacVerbose=true 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