aboutsummaryrefslogtreecommitdiffstats
path: root/store/build.gradle
blob: 6861b7323695e0cfd01923a50805c1d801af391e (plain) (blame)
1
2
3
4
5
6
7
8
9
apply plugin: 'java-library'
apply from: "${rootDir}/gradle/java-common.gradle"
apply from: "${rootDir}/gradle/junit.gradle"
apply from: "${rootDir}/gradle/jmh.gradle"

dependencies {
	implementation "org.eclipse.viatra:viatra-query-runtime:${viatraVersion}"
	implementation "org.eclipse.emf:org.eclipse.emf.ecore:${ecoreVersion}"
}