aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-19 14:21:35 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-19 14:21:35 +0100
commit9ce542bcacd2da0d53d18f6392c54ceae5876642 (patch)
tree6c5ca8e9131fcba30dc63ba2c42dc019c2a22b05 /gradle.properties
parentbuild: fix cross-project sonar configuration (diff)
downloadrefinery-9ce542bcacd2da0d53d18f6392c54ceae5876642.tar.gz
refinery-9ce542bcacd2da0d53d18f6392c54ceae5876642.tar.zst
refinery-9ce542bcacd2da0d53d18f6392c54ceae5876642.zip
build: fix cross-project group and version config
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index 713ba6a4..edfbcdc2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,5 +1,7 @@
1group=tools.refinery
1nodeVersion=16.13.0 2nodeVersion=16.13.0
2systemProp.sonar.projectKey=graphs4value_refinery 3systemProp.sonar.projectKey=graphs4value_refinery
3systemProp.sonar.organization=graphs4value 4systemProp.sonar.organization=graphs4value
4systemProp.sonar.host.url=https://sonarcloud.io 5systemProp.sonar.host.url=https://sonarcloud.io
6version=0.0.0-SNAPSHOT
5yarnVersion=1.22.17 7yarnVersion=1.22.17