From 31fc9fc901e68ac69c3cf58db2073d4c9c30013c Mon Sep 17 00:00:00 2001 From: akolarkunnu Date: Wed, 5 Jun 2024 08:03:29 +0530 Subject: [PATCH] A documentation issue, used CONTRIBUTING.md instead of DEVELOPER_GUIDE.md Description: t replaced CONTRIBUTING.md to DEVELOPER_GUIDE.md Resolves #13984 Signed-off-by: Abdul Muneer Kolarkunnu muneer.kolarkunnu@netapp.com --- gradle/ide.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/ide.gradle b/gradle/ide.gradle index 4c4f3b07836c5..e266d9add172d 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.") } } }