diff options
author | Dierk Koenig <dierk.koenig@canoo.com> | 2015-02-24 00:23:56 +0100 |
---|---|---|
committer | Dierk Koenig <dierk.koenig@canoo.com> | 2015-02-24 00:23:56 +0100 |
commit | 27e2877f5b31b6c1fa387a46c20dc4cd40227ca5 (patch) | |
tree | f34476c6520eb23815da5c2c8a63584b96c6ed6c /build.gradle | |
parent | 4f32ab3ae5f7f8ef5ef1f5efdc0a5efdeaad8d53 (diff) | |
download | frege-gradle-plugin-27e2877f5b31b6c1fa387a46c20dc4cd40227ca5.tar.gz frege-gradle-plugin-27e2877f5b31b6c1fa387a46c20dc4cd40227ca5.tar.bz2 frege-gradle-plugin-27e2877f5b31b6c1fa387a46c20dc4cd40227ca5.zip |
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 <user.home>/.frege/repl
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
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() + } |