spring-jsonp-support icon indicating copy to clipboard operation
spring-jsonp-support copied to clipboard

build fails with annotations are not supported in -source 1.3

Open chrismarx opened this issue 9 years ago • 2 comments

The pom.xml is lacking any definition of a maven compiler plugin, and it appears the defaults are setup to use java source set to 1.3. Adding the default xml config to the pom.xml fixed the problem -

https://maven.apache.org/plugins/maven-compiler-plugin/usage.html

chrismarx avatar Sep 23 '16 02:09 chrismarx

@chrismarx Are you able to make a pull request?

bhagyas avatar Sep 26 '16 09:09 bhagyas

It's only a few lines, is it not clear what you need to do?

chrismarx avatar Sep 26 '16 13:09 chrismarx