mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
Fix trying to run the gametest server twice.
Caused by a bad merge
This commit is contained in:
parent
31860a91ee
commit
e55132959f
1 changed files with 0 additions and 17 deletions
|
@ -5,20 +5,3 @@ moduleDependencies(project, [
|
|||
'fabric-api-base',
|
||||
'fabric-resource-loader-v0'
|
||||
])
|
||||
|
||||
loom {
|
||||
runs {
|
||||
gametest {
|
||||
server()
|
||||
name "Game Test"
|
||||
vmArg "-Dfabric-api.gametest"
|
||||
vmArg "-Dfabric-api.gametest.report-file=${project.buildDir}/junit.xml"
|
||||
runDir "build/gametest"
|
||||
|
||||
// Specific to fabric api
|
||||
source sourceSets.testmod
|
||||
ideConfigGenerated true
|
||||
}
|
||||
}
|
||||
}
|
||||
test.dependsOn runGametest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue