aboutsummaryrefslogtreecommitdiffstats
path: root/language-to-store/build.gradle
blob: 92de9458a0337bbe5e3fde078c1d27c94bf93d51 (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.xtend-conventions'
}

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