Remove Unneeded stuff from gradle

This commit is contained in:
Tyler McGurrin 2026-02-21 00:09:28 -05:00
parent db7579ca49
commit 5a0e1c5fb3
2 changed files with 1 additions and 22 deletions

View File

@ -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()
}

View File

@ -1,4 +1,3 @@
rootProject.name = "Xenon" rootProject.name = "Xenon"
include("server") include("server")
include("client") include("client")
include("server")