aboutsummaryrefslogtreecommitdiff
path: root/src/main/groovy/frege/gradle/FregeReplTask.groovy
AgeCommit message (Collapse)Author
2015-09-16Added help and Frege package dir for compile taskMark Perry
2015-03-18included the FregeDocTask, streamlined some dependenciesDierk Koenig
2015-03-13Fixed workingDir to not be null when source dir does not existMark Perry
2015-03-13Improve frege repl taskMark Perry
2015-02-25the repl needs to start with the targetDir on the classpath where the ↵Dierk Koenig
compiled classes are available for loading
2015-02-24we now have two repl tasks to choose from :-)Dierk Koenig