mirror of
https://github.com/chylex/Better-Controls.git
synced 2025-05-08 19:34:04 +02:00
Disable Gradle test tasks
This commit is contained in:
parent
21dcd60b91
commit
9217852c0b
@ -130,6 +130,10 @@ subprojects {
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
onlyIf { false }
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register("setupIdea") {
|
||||
|
Loading…
Reference in New Issue
Block a user