mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue