1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-14 20:20:30 +00:00

Fix not running the test server during a build

This commit is contained in:
Jonathan Coates 2022-03-03 10:11:17 +00:00
parent 52df7cb8a4
commit 97c953a9be
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -397,6 +397,8 @@ tasks.register("jacocoTestServerReport", JacocoReport.class).configure {
}
}
check.dependsOn("jacocoTestServerReport")
// Upload tasks