aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-16 21:46:06 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-16 21:46:06 +0100
commit234965e9e167f510ab38b0fcdad3bd2846691339 (patch)
tree587d47764d6cd4b5a049c7eb3699be8af6ddca43 /gradle.properties
parentchore(web): fix Sonar issue (diff)
downloadrefinery-234965e9e167f510ab38b0fcdad3bd2846691339.tar.gz
refinery-234965e9e167f510ab38b0fcdad3bd2846691339.tar.zst
refinery-234965e9e167f510ab38b0fcdad3bd2846691339.zip
build: use version catalogs
Gradle version catalogs allow centralized management of dependency artifact coordinates using a toml file. Previously, we use the gradle.properties file, which cannot manage group and name coordinates, only versions. Node and yarn versions still have to be in gradle.properties, because they do not correspond to any coordiates of a maven artifact.
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties14
1 files changed, 0 insertions, 14 deletions
diff --git a/gradle.properties b/gradle.properties
index 57ff8621..cacf39a5 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,16 +1,2 @@
1ecoreVersion=2.25.0
2ecoreCodegenVersion=2.27.0
3ecoreXmiVersion=2.16.0
4hamcrestVersion=2.2
5jettyVersion=11.0.7
6jmhVersion=1.33
7junitVersion=5.8.1
8mockitoVersion=4.0.0
9mweVersion=1.6.2.M1
10mwe2Version=2.12.2.M1
11nodeVersion=16.13.0 1nodeVersion=16.13.0
12slf4JVersion=2.0.0-alpha5
13viatraVersion=2.6.0
14xtextVersion=2.26.0.M2
15xtextAntlrGeneratorVersion=2.1.1
16yarnVersion=1.22.17 2yarnVersion=1.22.17