You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until the 31st, the published 0.2.5 jar of this project had been built with Java 5; after the latest release, the published 0.2.5 jar has been built with Java 8, and is now incompatible with... well, my entire stack. The project.clj doesn't specify a JDK version at all.
Sooooo.
It would be pretty gravy to get a somewhat more backwards-compatible (jdk 1.6?) jar in Conjars again -- and if it's going to suddenly use latest/greatest Java, maybe a bumped version number for the new releast? At the very least, a minimum JDK version in the project definition might save some trouble. What're the odds?
The text was updated successfully, but these errors were encountered:
Until the 31st, the published 0.2.5 jar of this project had been built with Java 5; after the latest release, the published 0.2.5 jar has been built with Java 8, and is now incompatible with... well, my entire stack. The
project.clj
doesn't specify a JDK version at all.Sooooo.
It would be pretty gravy to get a somewhat more backwards-compatible (jdk 1.6?) jar in Conjars again -- and if it's going to suddenly use latest/greatest Java, maybe a bumped version number for the new releast? At the very least, a minimum JDK version in the project definition might save some trouble. What're the odds?
The text was updated successfully, but these errors were encountered: