[macOS] Remove gradle test (#3163)

This commit is contained in:
Vladimir Safonkin
2021-04-12 17:58:58 +03:00
committed by GitHub
parent 98070a66fc
commit 2eab75337b

View File

@@ -66,10 +66,6 @@ Describe "Java" {
It "Gradle is installed to /usr/local/bin" { It "Gradle is installed to /usr/local/bin" {
(Get-Command "gradle").Path | Should -BeExactly "/usr/local/bin/gradle" (Get-Command "gradle").Path | Should -BeExactly "/usr/local/bin/gradle"
} }
It "Gradle is compatible with init.d plugins" {
"cd /tmp && gradle tasks" | Should -ReturnZeroExitCode
}
} }
} }
} }