Skip to content

Commit 7bb6ba4

Browse files
committed
Remove java
1 parent 267a4dc commit 7bb6ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/cleanup-github-actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ if (Utils.isLinux()) {
2828
{ type: 'aws-cli' },
2929
]);
3030

31-
await testSpawn('brew uninstall google-chrome pipx $(brew list | grep -E \'^python(@|$)\') $(brew list | grep -E \'^ruby(@|$)\') aws-sam-cli azure-cli rustup git-lfs $(brew list | grep -E \'^openjdk(@|$)\')', { interactive: true });
31+
await testSpawn('brew uninstall ant gradle kotlin maven selenium-server google-chrome pipx $(brew list | grep -E \'^python(@|$)\') $(brew list | grep -E \'^ruby(@|$)\') aws-sam-cli azure-cli rustup git-lfs $(brew list | grep -E \'^openjdk(@|$)\')', { interactive: true });
3232

3333
}

0 commit comments

Comments
 (0)