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.
135135 optimize =" off"
136136 deprecation =" off"
137137 source =" ${ build.conf.javac.source } "
138+ target =" ${ build.conf.javac.source } "
138139 encoding =" ISO-8859-1"
139140 fork =" true"
140141 debug =" on"
141142 includeantruntime =" false"
142- target =" ${ build.conf.javac.source } "
143143 memoryMaximumSize =" 256M"
144144 >
145145 <compilerarg value =" -Xlint:all,-rawtypes" />
@@ -275,6 +275,7 @@ limitations under the License.
275275 optimize =" off"
276276 deprecation =" off"
277277 source =" ${ build.conf.javac.source } "
278+ target =" ${ build.conf.javac.source } "
278279 encoding =" ISO-8859-1"
279280 fork =" true"
280281 debug =" on"
@@ -331,6 +332,7 @@ limitations under the License.
331332 optimize =" off"
332333 deprecation =" off"
333334 source =" ${ build.conf.javac.source } "
335+ target =" ${ build.conf.javac.source } "
334336 encoding =" ISO-8859-1"
335337 debug =" on"
336338 includeantruntime =" false" >
@@ -350,6 +352,7 @@ limitations under the License.
350352 optimize =" off"
351353 deprecation =" off"
352354 source =" ${ build.conf.javac.source } "
355+ target =" ${ build.conf.javac.source } "
353356 encoding =" ISO-8859-1"
354357 debug =" on"
355358 includeantruntime =" false" >
You can’t perform that action at this time.
0 commit comments