Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make configurable the javac source/target version #82

Closed
colinsurprenant opened this issue Jun 11, 2013 · 1 comment
Closed

make configurable the javac source/target version #82

colinsurprenant opened this issue Jun 11, 2013 · 1 comment
Milestone

Comments

@colinsurprenant
Copy link
Owner

to allow install using Java 6. It is currently hard coded to 1.7.

@colinsurprenant
Copy link
Owner Author

its now possible to specify a different JVM source/target using --[JVM_VERSION] to the build and install commands. The default version is the current JVM runtime version.

for example to for install or build to use JVM 1.6:

$ redstorm install --1.6
$ redstorm build --1.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant