Remove Unneeded stuff from gradle

This commit is contained in:
Xircon 2026-02-21 00:21:28 -05:00
parent a804afdbc7
commit e313988e73
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")