aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
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'