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.
This commit is contained in:
Yoshito Umaoka 2018-09-28 15:22:55 -04:00 committed by GitHub
parent cc6cb3659d
commit 0f99b318f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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