ultrasonic-app-subsonic-and.../subsonic-api/build.gradle

15 lines
280 B
Groovy
Raw Normal View History

apply plugin: 'java'
apply plugin: 'kotlin'
dependencies {
compile other.okhttp
testCompile testing.junit
testCompile testing.kotlinJunit
testCompile testing.mockitoKotlin
testCompile testing.kluent
}
sourceCompatibility = "1.7"
targetCompatibility = "1.7"