aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-28 01:04:34 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-28 01:04:34 +0200
commitce914d9be37c7355f45c8db7a1df18282e296a22 (patch)
treece4ce7fe34bdc3de0d1d08a6a62005d53880008a /build.gradle
parentdocs: add build and Sonar badges [skip-ci] (diff)
downloadrefinery-ce914d9be37c7355f45c8db7a1df18282e296a22.tar.gz
refinery-ce914d9be37c7355f45c8db7a1df18282e296a22.tar.zst
refinery-ce914d9be37c7355f45c8db7a1df18282e296a22.zip
Simplify branding
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index cb7d671a..0d4706d1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,7 +24,7 @@ allprojects {
24} 24}
25 25
26sonarqube.properties { 26sonarqube.properties {
27 property 'sonar.projectKey', 'graphs4value_refainery' 27 property 'sonar.projectKey', 'graphs4value_refinery'
28 property 'sonar.organization', 'graphs4value' 28 property 'sonar.organization', 'graphs4value'
29 property 'sonar.host.url', 'https://sonarcloud.io' 29 property 'sonar.host.url', 'https://sonarcloud.io'
30} 30}