0.7.0-alpha.3 #170
ajoberstar
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Largely trying to get up-to-date with the latest Gradle versions and best practices.
Breaking Changes
clojure {}
andclojurescript {}
extensions changed to take advantage of Gradle decorating the types for DSL use. Our tests projects didn't require changes, but we don't have full coverage, so you could encounter some issues with mismatched property types.dev
source set's compiled ClojureScript on the nREPL classpath (part of our replacement for Figwheel support) Keep compiled dev cljs on classpath for REPL #167ClojureBuild.getSourceSet()
andClojureScriptBuild.getSourceSet()
due to incompatibility with Gradle's configuration cache Support Gradle's configuration cache #169Enhancements
Fixes
Deprecations
None
Compatibility
Tested on the following version:
Requires Clojure 1.10+ (due to use of prepl)
This discussion was created from the release 0.7.0-alpha.3.
Beta Was this translation helpful? Give feedback.
All reactions