File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,11 @@ limitations under the License.
135
135
optimize =" off"
136
136
deprecation =" off"
137
137
source =" ${ build.conf.javac.source } "
138
+ target =" ${ build.conf.javac.source } "
138
139
encoding =" ISO-8859-1"
139
140
fork =" true"
140
141
debug =" on"
141
142
includeantruntime =" false"
142
- target =" ${ build.conf.javac.source } "
143
143
memoryMaximumSize =" 256M"
144
144
>
145
145
<compilerarg value =" -Xlint:all,-rawtypes" />
@@ -275,6 +275,7 @@ limitations under the License.
275
275
optimize =" off"
276
276
deprecation =" off"
277
277
source =" ${ build.conf.javac.source } "
278
+ target =" ${ build.conf.javac.source } "
278
279
encoding =" ISO-8859-1"
279
280
fork =" true"
280
281
debug =" on"
@@ -331,6 +332,7 @@ limitations under the License.
331
332
optimize =" off"
332
333
deprecation =" off"
333
334
source =" ${ build.conf.javac.source } "
335
+ target =" ${ build.conf.javac.source } "
334
336
encoding =" ISO-8859-1"
335
337
debug =" on"
336
338
includeantruntime =" false" >
@@ -350,6 +352,7 @@ limitations under the License.
350
352
optimize =" off"
351
353
deprecation =" off"
352
354
source =" ${ build.conf.javac.source } "
355
+ target =" ${ build.conf.javac.source } "
353
356
encoding =" ISO-8859-1"
354
357
debug =" on"
355
358
includeantruntime =" false" >
You can’t perform that action at this time.
0 commit comments