1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-03-05 11:57:39 +01:00
Yahor Berdnikau 292490be7d Update gradle to 3.4
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2017-07-19 17:02:47 +02:00

15 lines
280 B
Groovy

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"