coffeescript-maven-plugin icon indicating copy to clipboard operation
coffeescript-maven-plugin copied to clipboard

Support Java 6

Open splix opened this issue 12 years ago • 0 comments

Current plugin is compiled against Java 7, and if you try to run it under Java 6 it fails with:

java.lang.UnsupportedClassVersionError: iron9light/coffeescriptMavenPlugin/CoffeeScriptWatchMojo : Unsupported major.minor version 51.0

Is it possible to recompile it with Java 1.6?

splix avatar Feb 12 '13 07:02 splix