clojureRepl - Fork Options Question #199
Closed
MattCahalane
started this conversation in
General
Replies: 1 comment
-
Sorry, I misunderstood the usage of forkOptions - resolved my issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Hope all is well,
Just a small question if that's ok,
I have been trying to implement clojurephant on a project I am looking at and I seem to be getting an error on ClojureRepl Task with regards 'forkOptions',
I have tried implementing what is set out here in the tasks documentation but with no luck, the other options are perfect but I'm having trouble with forkOptions (Update: Also on compileClojure task it seems too):
https://clojurephant.dev/clojurephant/main/reference/tasks/clojurenrepl.html
Unfortunately I seem to be receiving the following error when trying to build gradle:
"Could not find method forkOptions() for arguments ... on task 'clojureRepl' of type dev.clojurephant.plugin.clojure.tasks.ClojureNRepl."
Just wondering what I could be doing wrong in setting this option.
Thanks a Million and thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions