Skip to content
Snippets Groups Projects
build.gradle 294 B
Newer Older
sourceCompatibility = 1.8
targetCompatibility = 1.8
	compile project(path: ':bramble-api', configuration: 'default')

// If a Java 6 JRE is available, check we're not using any Java 7 or 8 APIs
tasks.withType(JavaCompile) {
	useJava6StandardLibrary(it)