[macOS] Remove gradle test (#3163)
This commit is contained in:
@@ -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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user