【发布时间】:2022-12-28 15:59:27
【问题描述】:
I have a GWT project that I haven't built for a while, although I don't think much has changed.
When I run
ant gwtc
I get the output:
Buildfile: .../build.xml
libs:
javac:
[javac] .../build.xml:31: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 4 source files to .../war/WEB-INF/classes
[javac] error: Source option 5 is no longer supported. Use 7 or later.
[javac] error: Target option 5 is no longer supported. Use 7 or later.
BUILD FAILED
.../build.xml:31: Compile failed; see the compiler error output for details.