mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-10 09:46:24 +00:00
Remove test from build task.
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
This commit is contained in:
@@ -126,9 +126,9 @@ tasks.named<ShadowJar>("shadowJar") {
|
||||
tasks.build {
|
||||
dependsOn(tasks.test)
|
||||
dependsOn(tasks.shadowJar)
|
||||
dependsOn(testWithPaper)
|
||||
// dependsOn(testWithPaper)
|
||||
tasks.shadowJar.get().mustRunAfter(tasks.test)
|
||||
testWithPaper.mustRunAfter(tasks.shadowJar)
|
||||
// testWithPaper.mustRunAfter(tasks.shadowJar)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user