commited up !

This commit is contained in:
BunSLaPatate
2018-09-10 20:19:33 +02:00
parent b62b2ac5ec
commit f99f46212b
20 changed files with 693 additions and 0 deletions

17
build.gradle Normal file
View File

@@ -0,0 +1,17 @@
plugins {
id 'java'
}
group 'net.berrygames.witchrush'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}