Skip to content
Discussion options

You must be logged in to vote

Nevermind, one way I solved it was to put this method in the ensure

ensure (lambda (config) 
          (unless (plist-get config :sourcePaths)
             (plist-put config :sourcePaths (prompt-for-java-source-paths)))
        ...

This seems to work quite nicely now

A little embarrassing for me, I tried this earlier but I had (plist-get :sourcePaths config) earlier so it was still prompting me twice 🤦
Still, hopefully someone finds some use out of this

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JasZhe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant