普通文本  |  14行  |  162 B

// Generic Gradle project

apply plugin: 'java'

sourceCompatibility = '1.8'

repositories {
    jcenter()
}

dependencies {
    testCompile 'junit:junit:4.12'
}