Skip to content
Snippets Groups Projects
build.gradle 199 B
Newer Older
akwizgran's avatar
akwizgran committed
apply plugin: 'java'
sourceCompatibility = 1.7
targetCompatibility = 1.7

apply plugin: 'witness'

dependencies {
	compile project(':bramble-core')
	compile fileTree(dir: 'libs', include: '*.jar')
}