From ad35e53fa23be5312f1e4b8d830a73e8ade1f08c Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 29 Jun 2021 18:29:13 +0200 Subject: Generate all files on build --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index de2a7fb3..521ad7ff 100644 --- a/build.gradle +++ b/build.gradle @@ -7,6 +7,11 @@ buildscript { } } +plugins { + id 'com.github.johnrengelman.shadow' version '5.2.0' apply false + id 'com.moowork.node' version "1.3.1" apply false +} + subprojects { ext.xtextVersion = '2.26.0.M1' ext.hamcrestVersion = '2.2' -- cgit v1.2.3-54-g00ecf