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:
parent
cc6cb3659d
commit
0f99b318f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user