jsweet-eclipse-plugin
jsweet-eclipse-plugin copied to clipboard
Java 11 support
Hello
is this plugin available for the jdk 11?
Thanks
Nope. Sorry. Maintaining a plugin for Eclipse is too much work for the benefits. On our side, we set up the classpath accordingly in Eclipse and we transpile/build using:
- the JSweet Maven plugin for Maven projects,
- or an Ant task (or even a main class) calling the JSweet's command line launcher class, for non-Maven projects.
Relates to https://github.com/cincheo/jsweet-eclipse-plugin/issues/29