aboutsummaryrefslogtreecommitdiffstats
path: root/store
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 /store
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 'store')
-rw-r--r--store/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/store/build.gradle b/store/build.gradle
index 555c57be..43a496ba 100644
--- a/store/build.gradle
+++ b/store/build.gradle
@@ -1,7 +1,6 @@
1plugins { 1plugins {
2 id 'java-library' 2 id 'java-library'
3 id 'tools.refinery.java-conventions' 3 id 'tools.refinery.java-conventions'
4 id 'tools.refinery.junit-conventions'
5 id 'tools.refinery.jmh-conventions' 4 id 'tools.refinery.jmh-conventions'
6} 5}
7 6