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

dependencies {
	implementation libs.ecore
	implementation libs.viatra
}