aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-06-29 18:29:13 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-06-29 18:31:07 +0200
commitad35e53fa23be5312f1e4b8d830a73e8ade1f08c (patch)
treeb48aeb3034358e0a02a6d17221428522ad879b77 /build.gradle
parentRemove Xtext generated Javascript file (diff)
downloadrefinery-ad35e53fa23be5312f1e4b8d830a73e8ade1f08c.tar.gz
refinery-ad35e53fa23be5312f1e4b8d830a73e8ade1f08c.tar.zst
refinery-ad35e53fa23be5312f1e4b8d830a73e8ade1f08c.zip
Generate all files on build
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index de2a7fb3..521ad7ff 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,6 +7,11 @@ buildscript {
7 } 7 }
8} 8}
9 9
10plugins {
11 id 'com.github.johnrengelman.shadow' version '5.2.0' apply false
12 id 'com.moowork.node' version "1.3.1" apply false
13}
14
10subprojects { 15subprojects {
11 ext.xtextVersion = '2.26.0.M1' 16 ext.xtextVersion = '2.26.0.M1'
12 ext.hamcrestVersion = '2.2' 17 ext.hamcrestVersion = '2.2'