summaryrefslogtreecommitdiff
path: root/tests/mime-detection/build.gradle
blob: c6082cb9d96862fd8ed19413d49e88eee35a817d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
apply plugin: 'java'

repositories {
    mavenCentral()
}

sourceCompatibility = 1.8
targetCompatibility = 1.8

dependencies {
    compile "foo:bar:1.0"
    testCompile "junit:junit:4.12"
}