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

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