mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-01-25 01:31:22 +01:00
add test-task to main buildscript (fixes github action build)
This commit is contained in:
parent
cd008a32f0
commit
622f461c81
@ -15,3 +15,9 @@ tasks.register("build") {
|
||||
dependsOn(it.task(":release"))
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register("test") {
|
||||
gradle.includedBuilds.forEach {
|
||||
dependsOn(it.task(":test"))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user