From a155f6ba02e08a75ce6e474a86900b8363f506e8 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 29 Sep 2021 02:45:57 +0200 Subject: build: migration to Gradle 7 --- build.gradle | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 0d4706d1..8f787889 100644 --- a/build.gradle +++ b/build.gradle @@ -1,16 +1,8 @@ -buildscript { - repositories { - mavenCentral() - } - dependencies { - classpath 'org.xtext:xtext-gradle-plugin:2.0.9-alpha.3' - } -} - plugins { - id 'com.github.johnrengelman.shadow' version '5.2.0' apply false - id 'com.moowork.node' version '1.3.1' apply false + id 'com.github.johnrengelman.shadow' version '7.0.0' apply false + id 'org.siouan.frontend-jdk11' version '5.3.0' apply false id 'org.sonarqube' version '3.3' + id 'org.xtext.xtend' version '3.0.0-M1' apply false } allprojects { -- cgit v1.2.3-54-g00ecf