summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle9
1 files changed, 6 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index c995453..f426383 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,12 +1,10 @@
-import org.gradle.frege.FregePlugin
-
buildscript {
repositories {
flatDir name:"frege-lib", dirs:"buildSrc/lib"
}
}
-apply plugin: FregePlugin
+apply plugin: "frege"
apply plugin: "idea"
apply plugin: "java"
@@ -17,4 +15,9 @@ repositories {
dependencies {
compile ":frege:3.21.232-g7b05453"
+}
+
+compileFrege {
+ outputDir = project.file("$buildDir/frege")
+ verbose = true
} \ No newline at end of file