Skip to content

Commit

Permalink
A documentation issue, used CONTRIBUTING.md instead of DEVELOPER_GUID…
Browse files Browse the repository at this point in the history
…E.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>
  • Loading branch information
1 parent 306e920 commit 9bc536d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/ide.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.") }
}
}

Expand Down

0 comments on commit 9bc536d

Please sign in to comment.