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

dependencies {
	api project(':refinery-language-model')
	api project(':refinery-store')
	testImplementation testFixtures(project(':refinery-language'))
}