(adb147b) Resources (src/main/resources) are not copied to build/resources/main path when executing FregeRepl. You can achieve that by running build before executing fregeRepl, but it would be nice if fregeRepl could depend on processResources.
(85bed0a) Even if I copy manually resources to the build/resources/main path (or execute build task), resources are not included in the classpath at runtime when executing fregeRepl task.
src/main/resources
) are not copied tobuild/resources/main
path when executingFregeRepl
. You can achieve that by runningbuild
before executingfregeRepl
, but it would be nice iffregeRepl
could depend onprocessResources
.build/resources/main
path (or executebuild
task), resources are not included in the classpath at runtime when executingfregeRepl
task.