aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-17 03:56:45 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-17 03:56:45 +0100
commit2457f042578634478965212067df82bef2cb8eb4 (patch)
treecd5e45280f0792333f782109325d04739c86bcb3 /language
parentbuild: merge java and junit conventions (diff)
downloadrefinery-2457f042578634478965212067df82bef2cb8eb4.tar.gz
refinery-2457f042578634478965212067df82bef2cb8eb4.tar.zst
refinery-2457f042578634478965212067df82bef2cb8eb4.zip
build: library and application convetion plugins
Diffstat (limited to 'language')
-rw-r--r--language/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/language/build.gradle b/language/build.gradle
index 4208979f..7f956a47 100644
--- a/language/build.gradle
+++ b/language/build.gradle
@@ -1,9 +1,9 @@
1plugins { 1plugins {
2 id 'java-library'
3 id 'java-test-fixtures' 2 id 'java-test-fixtures'
4 id 'tools.refinery.xtext-conventions' 3 id 'refinery-java-library'
5 id 'tools.refinery.mwe2-conventions' 4 id 'refinery-mwe2'
6 id 'tools.refinery.xtend-conventions' 5 id 'refinery-xtend'
6 id 'refinery-xtext-conventions'
7} 7}
8 8
9dependencies { 9dependencies {