This organization was marked as archived by an administrator on Nov 6, 2025. It is no longer maintained.
0.8.0-beta.2 #204
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
Uh oh!
There was an error while loading. Please reload this page.
-
This release adds support for Gradle 8, but is focused on improving the ClojureScript REPL support. Added
ClojureScriptBuild,figwheel {}to configure figwheel-main options. These aren't used directly by Clojurephant, but are exposed over the tooling API for use by the clojurephant-tooling library in your REPL.build.gradle
dependencies { devImplementation("dev.clojurephant:clojurephant-tooling:0.1.0-beta.1") { capabilities { requireCapability("dev.clojurephant:clojurephant-tooling-figwheel-main") } } } clojurescript { builds { dev { figwheel { openUrl = "http://localhost:8000/index.html" } } } }In your REPL:
Breaking Changes
None
Enhancements
Fixes
ForkOptionsis now abstract in Gradle 8.0 #202 Building with Gradle 8 fails because ForkOptions is now abstractDeprecations
None
Compatibility
Tested on the following version:
Requires Clojure 1.10+ (due to use of prepl)
This discussion was created from the release 0.8.0-beta.2.
Beta Was this translation helpful? Give feedback.
All reactions