designPattern/build.gradle

15 lines
211 B
Groovy
Raw Normal View History

2020-02-23 14:01:09 +00:00
group 'com.zeekling'
version '1.0-SNAPSHOT'
apply plugin: 'java'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}