Skip to content

Commit 9bc536d

Browse files
A documentation issue, used CONTRIBUTING.md instead of DEVELOPER_GUIDE.md (opensearch-project#14028) (opensearch-project#14036)
Description: Replaced CONTRIBUTING.md with DEVELOPER_GUIDE.md Resolves opensearch-project#13984 (cherry picked from commit 8599065) Signed-off-by: Abdul Muneer Kolarkunnu <muneer.kolarkunnu@netapp.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 306e920 commit 9bc536d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/ide.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ allprojects {
2828
apply plugin: 'idea'
2929

3030
tasks.named('idea').configure {
31-
doFirst { throw new GradleException("Use of the 'idea' task has been deprecated. For details on importing into IntelliJ see CONTRIBUTING.md.") }
31+
doFirst { throw new GradleException("Use of the 'idea' task has been deprecated. For details on importing into IntelliJ see DEVELOPER_GUIDE.md.") }
3232
}
3333
}
3434

0 commit comments

Comments
 (0)