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 (#14028)

Description:
Replaced CONTRIBUTING.md with DEVELOPER_GUIDE.md

Resolves #13984

Signed-off-by: Abdul Muneer Kolarkunnu <muneer.kolarkunnu@netapp.com>
  • Loading branch information
akolarkunnu committed Jun 6, 2024
1 parent b01b6e8 commit 8599065
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 8599065

Please sign in to comment.