is there any gradle task to invoke a repl after building that starts with the current project pre-loaded?
j
jlleitschuh
09/05/2017, 1:35 PM
This doesn't sound like a gradle problem. This sounds like something you want your production product to do. Right?
p
pakoito
09/06/2017, 12:33 AM
Write a REPL that evaluates arbitrary code? there’s one already built into IntelliJ. I would imagine there’s at least CLI access to it, and you could write a Gradle task that does the configuration steps for you.