Remove Unneeded stuff from gradle
This commit is contained in:
parent
db7579ca49
commit
5a0e1c5fb3
@ -1,20 +0,0 @@
|
||||
plugins {
|
||||
id("java")
|
||||
}
|
||||
|
||||
group = "net.xircon"
|
||||
version = "1.0-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation(platform("org.junit:junit-bom:5.10.0"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
@ -1,4 +1,3 @@
|
||||
rootProject.name = "Xenon"
|
||||
include("server")
|
||||
include("client")
|
||||
include("server")
|
||||
include("client")
|
||||
Loading…
x
Reference in New Issue
Block a user