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