Skip to content

Instantly share code, notes, and snippets.

@4mitch
Forked from camsaul/lein-different-jvm.sh
Created December 25, 2019 09:43
Show Gist options
  • Save 4mitch/220c781f6cf2c9a35ce258a4e6198886 to your computer and use it in GitHub Desktop.
Save 4mitch/220c781f6cf2c9a35ce258a4e6198886 to your computer and use it in GitHub Desktop.
Run lein with different JVM
#!/bin/bash
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home lein run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment