designPattern/build.gradle
2020-02-23 22:01:09 +08:00

15 lines
211 B
Groovy

group 'com.zeekling'
version '1.0-SNAPSHOT'
apply plugin: 'java'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}