ldaley / grails-remote-control

Facilitates executing commands (closures) against remote or local Grails applications
Apache License 2.0
23 stars 16 forks source link

fix compile error with JDK > 1.6 #20

Closed kensiprell closed 10 years ago

kensiprell commented 10 years ago

This request fixes the error below when compiling the plugin with JDK 1.7:

| Error Compilation error: startup failed: Invalid commandline usage for javac. javac: target release 1.6 conflicts with default source release 1.7

ldaley commented 10 years ago

Thanks.