aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-17 03:09:48 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-17 03:09:48 +0100
commit34ec8e86c6414a6b071ccd65fc0dad0d56d0f368 (patch)
tree3ebbe359988eb5740e7429d1ac5c6c35bc4bac8f /language
parentbuild: move scripts into script plugins (diff)
downloadrefinery-34ec8e86c6414a6b071ccd65fc0dad0d56d0f368.tar.gz
refinery-34ec8e86c6414a6b071ccd65fc0dad0d56d0f368.tar.zst
refinery-34ec8e86c6414a6b071ccd65fc0dad0d56d0f368.zip
build: merge java and junit conventions
All Java code should have tests, anyways.
Diffstat (limited to 'language')
-rw-r--r--language/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/language/build.gradle b/language/build.gradle
index 5eb5484d..4208979f 100644
--- a/language/build.gradle
+++ b/language/build.gradle
@@ -2,7 +2,6 @@ plugins {
2 id 'java-library' 2 id 'java-library'
3 id 'java-test-fixtures' 3 id 'java-test-fixtures'
4 id 'tools.refinery.xtext-conventions' 4 id 'tools.refinery.xtext-conventions'
5 id 'tools.refinery.junit-conventions'
6 id 'tools.refinery.mwe2-conventions' 5 id 'tools.refinery.mwe2-conventions'
7 id 'tools.refinery.xtend-conventions' 6 id 'tools.refinery.xtend-conventions'
8} 7}