aboutsummaryrefslogtreecommitdiffstats
path: root/language/build.gradle
diff options
context:
space:
mode:
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}"