aboutsummaryrefslogtreecommitdiff
path: root/src/main/groovy/frege/gradle/FregePlugin.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/groovy/frege/gradle/FregePlugin.groovy')
-rw-r--r--src/main/groovy/frege/gradle/FregePlugin.groovy2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/groovy/frege/gradle/FregePlugin.groovy b/src/main/groovy/frege/gradle/FregePlugin.groovy
index b509651..5435886 100644
--- a/src/main/groovy/frege/gradle/FregePlugin.groovy
+++ b/src/main/groovy/frege/gradle/FregePlugin.groovy
@@ -13,6 +13,8 @@ class FregePlugin implements Plugin<Project> {
}
project.tasks.classes.dependsOn("compileFrege")
+
+ project.task('fregeRepl', type: ReplTask)
}
}