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

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