2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-19 01:58:02 +03:00
rehlds/flightrec/decoder/build.gradle

13 lines
180 B
Groovy
Raw Normal View History

2015-05-17 15:30:30 +04:00
apply plugin: 'java'
sourceCompatibility = '1.7'
targetCompatibility = '1.7'
repositories {
mavenCentral()
}
dependencies {
testCompile "junit:junit:4.12"
}