aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
Diffstat (limited to 'language')
-rw-r--r--language/build.gradle14
1 files changed, 8 insertions, 6 deletions
diff --git a/language/build.gradle b/language/build.gradle
index df71a85d..5eb5484d 100644
--- a/language/build.gradle
+++ b/language/build.gradle
@@ -1,9 +1,11 @@
1apply plugin: 'java-library' 1plugins {
2apply plugin: 'java-test-fixtures' 2 id 'java-library'
3apply from: "${rootDir}/gradle/xtext-common.gradle" 3 id 'java-test-fixtures'
4apply from: "${rootDir}/gradle/junit.gradle" 4 id 'tools.refinery.xtext-conventions'
5apply from: "${rootDir}/gradle/mwe2.gradle" 5 id 'tools.refinery.junit-conventions'
6apply from: "${rootDir}/gradle/xtend.gradle" 6 id 'tools.refinery.mwe2-conventions'
7 id 'tools.refinery.xtend-conventions'
8}
7 9
8dependencies { 10dependencies {
9 api platform(libs.xtext.bom) 11 api platform(libs.xtext.bom)