For a plugin I support, I tried adding "--release 8" in
module-proj > properties > Build > Compiling > AdditionalCompilerOptions but got this error: option --boot-class-path cannot be used together with --release error: option --source cannot be used together with --release error: option --target cannot be used together with --release error: release version 8 not supported Usage: javac <options> <source files> is it possible to build a module with "--release 8"? -ernie --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
