From 27e2877f5b31b6c1fa387a46c20dc4cd40227ca5 Mon Sep 17 00:00:00 2001 From: Dierk Koenig Date: Tue, 24 Feb 2015 00:23:56 +0100 Subject: adding a task openFregeRepl that opens the repl with the current compile classpath on the source directory. Since the repl dependencies cannot be loaded from mavenCentral, one has to set the replDir where the download is. Default is /.frege/repl --- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 1ff2833..46699f6 100644 --- a/build.gradle +++ b/build.gradle @@ -27,5 +27,6 @@ dependencies { compile "com.theoryinpractise.frege:frege:$fregeVersion$fregeClassifier" compile gradleApi() compile localGroovy() + } -- cgit