From: Yoshito Umaoka Date: Fri, 28 Sep 2018 19:22:55 +0000 (-0400) Subject: ICU-20119 BRS63RC Fixed ICU4J plugin build issue (#182) X-Git-Tag: release-63-rc~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f99b318f614a5109e229663a6b2c28917963dfc;p=icu 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. --- 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