aboutsummaryrefslogtreecommitdiffstats
path: root/language/build.gradle
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-06-30 01:55:43 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-06-30 02:04:32 +0200
commitadf4509525300f05334638d5d108dfd72ab7e65b (patch)
treedcd9a3910d37844f2e94c57a5c11a34a2cd2fd01 /language/build.gradle
parentTop level editorconfig (diff)
downloadrefinery-adf4509525300f05334638d5d108dfd72ab7e65b.tar.gz
refinery-adf4509525300f05334638d5d108dfd72ab7e65b.tar.zst
refinery-adf4509525300f05334638d5d108dfd72ab7e65b.zip
Node scoping fixes
Diffstat (limited to 'language/build.gradle')
-rw-r--r--language/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/language/build.gradle b/language/build.gradle
index 5b0ab20f..7e079f27 100644
--- a/language/build.gradle
+++ b/language/build.gradle
@@ -7,6 +7,7 @@ configurations {
7dependencies { 7dependencies {
8 testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}" 8 testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
9 testRuntime "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" 9 testRuntime "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
10 testCompile "org.junit.jupiter:junit-jupiter-params:${junitVersion}"
10 testCompile "org.eclipse.xtext:org.eclipse.xtext.testing:${xtextVersion}" 11 testCompile "org.eclipse.xtext:org.eclipse.xtext.testing:${xtextVersion}"
11 testCompile "org.eclipse.xtext:org.eclipse.xtext.xbase.testing:${xtextVersion}" 12 testCompile "org.eclipse.xtext:org.eclipse.xtext.xbase.testing:${xtextVersion}"
12 testCompile "org.hamcrest:hamcrest:${hamcrestVersion}" 13 testCompile "org.hamcrest:hamcrest:${hamcrestVersion}"