1
0
mirror of https://github.com/chylex/Better-Controls.git synced 2025-05-19 04:34:03 +02:00

Disable Gradle test tasks

This commit is contained in:
chylex 2021-12-03 07:42:46 +01:00
parent 21dcd60b91
commit 9217852c0b
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -130,6 +130,10 @@ subprojects {
) )
} }
} }
tasks.test {
onlyIf { false }
}
} }
tasks.register("setupIdea") { tasks.register("setupIdea") {