From 67cfa23f681dff47af3c977747ce48c19cd33a13 Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:59:56 -0800 Subject: [PATCH] Excavator: Remove failure-reports plugin (#391) --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index 50c4a340..1868279c 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,6 @@ buildscript { } dependencies { - classpath 'com.palantir.gradle.failure-reports:gradle-failure-reports:1.6.0' classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.15.0' classpath 'com.palantir.gradle.gitversion:gradle-git-version:3.0.0' } @@ -13,7 +12,6 @@ buildscript { apply plugin: 'com.palantir.external-publish-custom' apply plugin: 'com.palantir.git-version' -apply plugin: 'com.palantir.failure-reports' group 'com.palantir.launching'