aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/language-to-store/build.gradle
blob: edaeb48e7c722343063735c06f7ca39d1ba08624 (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')
	api project(':refinery-store')
	testImplementation testFixtures(project(':refinery-language'))
}