From 9f56ee06fcdadb01f37e75c72cc7727add016546 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:52 -0500 Subject: [PATCH] eclipse-testing: use `deprecate!` instead of `discontinued` --- Casks/e/eclipse-testing.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/e/eclipse-testing.rb b/Casks/e/eclipse-testing.rb index 487069bfb6..1883b34013 100644 --- a/Casks/e/eclipse-testing.rb +++ b/Casks/e/eclipse-testing.rb @@ -7,10 +7,8 @@ cask "eclipse-testing" do desc "Eclipse IDE for testing purposes" homepage "https://eclipse.org/" + deprecate! date: "2023-12-17", because: :discontinued + # Renamed to avoid conflict with other Eclipse. app "Eclipse.app", target: "Eclipse Testing.app" - - caveats do - discontinued - end end