aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle23
1 files changed, 3 insertions, 20 deletions
diff --git a/build.gradle b/build.gradle
index 694d5c2d..f52bcf4d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,22 +1,5 @@
1plugins { 1plugins {
2 id 'com.github.johnrengelman.shadow' version '7.1.0' apply false 2 alias libs.plugins.versions
3 id 'org.siouan.frontend-jdk11' version '5.3.0' apply false 3 id 'refinery-frontend-worktree'
4 id 'org.sonarqube' version '3.3' 4 id 'refinery-sonarqube'
5 id 'org.xtext.xtend' version '3.0.0-M1' apply false
6}
7
8allprojects {
9 group = 'tools.refinery'
10 version = '0.0.0-SNAPSHOT'
11
12 sonarqube.properties {
13 // Make sure `exclusions` is a List in every subproject
14 property 'sonar.exclusions', []
15 }
16}
17
18sonarqube.properties {
19 property 'sonar.projectKey', 'graphs4value_refinery'
20 property 'sonar.organization', 'graphs4value'
21 property 'sonar.host.url', 'https://sonarcloud.io'
22} 5}