mirror of
https://github.com/skogaby/butterfly.git
synced 2026-04-24 23:46:57 -05:00
15 lines
214 B
Groovy
15 lines
214 B
Groovy
group 'com.buttongames'
|
|
version '1.0-SNAPSHOT'
|
|
|
|
apply plugin: 'java'
|
|
|
|
sourceCompatibility = 1.8
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
|
}
|