Skip to content

Commit

Permalink
Gradle work
Browse files Browse the repository at this point in the history
- Remove unused imports
- remove deprecated code
  • Loading branch information
IThundxr committed Sep 8, 2024
1 parent 3563657 commit 8e568d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import java.util.jar.JarEntry
import java.util.jar.JarOutputStream

//file:noinspection GrMethodMayBeStatic
plugins {
id "fabric-loom" version "1.7.+"
Expand Down Expand Up @@ -188,7 +185,7 @@ loom {
server()
name "Headlesss GameTests"
vmArg "-Dfabric-api.gametest"
vmArg "-Dfabric-api.gametest.report-file=${project.buildDir}/junit.xml"
vmArg "-Dfabric-api.gametest.report-file=${project.layout.buildDirectory}/junit.xml"
runDir "run/gametest"
}
}
Expand Down

0 comments on commit 8e568d0

Please sign in to comment.