Skip to content

Commit 8599065

Browse files
authored
A documentation issue, used CONTRIBUTING.md instead of DEVELOPER_GUIDE.md (opensearch-project#14028)
Description: Replaced CONTRIBUTING.md with DEVELOPER_GUIDE.md Resolves opensearch-project#13984 Signed-off-by: Abdul Muneer Kolarkunnu <muneer.kolarkunnu@netapp.com>
1 parent b01b6e8 commit 8599065

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/ide.gradle

Lines changed: 1 addition & 1 deletion
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)