aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-29 02:45:57 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-29 03:16:01 +0200
commita155f6ba02e08a75ce6e474a86900b8363f506e8 (patch)
treeb78804c1c0f0968a9625f0656e08f5dadc16924c /build.gradle
parentSimplify branding (diff)
downloadrefinery-a155f6ba02e08a75ce6e474a86900b8363f506e8.tar.gz
refinery-a155f6ba02e08a75ce6e474a86900b8363f506e8.tar.zst
refinery-a155f6ba02e08a75ce6e474a86900b8363f506e8.zip
build: migration to Gradle 7
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle14
1 files changed, 3 insertions, 11 deletions
diff --git a/build.gradle b/build.gradle
index 0d4706d1..8f787889 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,16 +1,8 @@
1buildscript {
2 repositories {
3 mavenCentral()
4 }
5 dependencies {
6 classpath 'org.xtext:xtext-gradle-plugin:2.0.9-alpha.3'
7 }
8}
9
10plugins { 1plugins {
11 id 'com.github.johnrengelman.shadow' version '5.2.0' apply false 2 id 'com.github.johnrengelman.shadow' version '7.0.0' apply false
12 id 'com.moowork.node' version '1.3.1' apply false 3 id 'org.siouan.frontend-jdk11' version '5.3.0' apply false
13 id 'org.sonarqube' version '3.3' 4 id 'org.sonarqube' version '3.3'
5 id 'org.xtext.xtend' version '3.0.0-M1' apply false
14} 6}
15 7
16allprojects { 8allprojects {