From 9bc536d82da7a2cc1750320c4ad8ce7bf54cd89c Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:39:32 -0400 Subject: [PATCH] A documentation issue, used CONTRIBUTING.md instead of DEVELOPER_GUIDE.md (#14028) (#14036) Description: Replaced CONTRIBUTING.md with DEVELOPER_GUIDE.md Resolves #13984 (cherry picked from commit 859906587b3ba220b08c94d0b5387dbe23af0ffe) Signed-off-by: Abdul Muneer Kolarkunnu Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- gradle/ide.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/ide.gradle b/gradle/ide.gradle index 14d6b2982ccd0..ea353f8d92bdd 100644 --- a/gradle/ide.gradle +++ b/gradle/ide.gradle @@ -28,7 +28,7 @@ allprojects { apply plugin: 'idea' tasks.named('idea').configure { - doFirst { throw new GradleException("Use of the 'idea' task has been deprecated. For details on importing into IntelliJ see CONTRIBUTING.md.") } + doFirst { throw new GradleException("Use of the 'idea' task has been deprecated. For details on importing into IntelliJ see DEVELOPER_GUIDE.md.") } } }