mirror of
https://github.com/jlengrand/design-patterns.git
synced 2026-03-10 08:11:17 +00:00
15 lines
188 B
Groovy
15 lines
188 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
group 'nl.lengrand'
|
|
version '1.0-SNAPSHOT'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
|
}
|