简体   繁体   中英

How to specify Heroku Clojure version?

How do I tell Heroku to use a specific version of Clojure?

The sparse (and mostly out-dated) Heroku Clojure documentation only mentions:

Heroku supports apps on any production release of Clojure, running on a supported JDK version.

But not how to set the version.

The uberjar build artifact will include the clojure version specified in your project.clj. So just make sure this compatible with the JDK version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM