aboutsummaryrefslogtreecommitdiffstats
path: root/store/build.gradle
blob: 43a496baa96c51aeed7fb10edf48e7ea895c8c40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
plugins {
	id 'java-library'
	id 'tools.refinery.java-conventions'
	id 'tools.refinery.jmh-conventions'
}

dependencies {
	implementation libs.ecore
	implementation libs.viatra
}