mirror of
https://github.com/ArthurDanjou/WitchRush.git
synced 2026-02-02 05:07:56 +01:00
commited up !
This commit is contained in:
17
build.gradle
Normal file
17
build.gradle
Normal 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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user