From 77ac17f09958be30b3e43fd09e5e1b8d3ff3a42a Mon Sep 17 00:00:00 2001 From: westse <10818305+westse@users.noreply.github.com> Date: Wed, 25 Jan 2023 10:05:55 -0700 Subject: [PATCH] Fix IntelliJ instructions - Should reference pom.xml, not build.gradle (which doesn't exist). --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index bc8217ce7..df1a65722 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -74,7 +74,7 @@ If you don't have an IDE preference we would recommend that you use IntellIJ. === Importing into IntelliJ IDEA -If you have performed a checkout of this repository already, use "`File`" -> "`Open`" and then select the root `build.gradle` file to import the code. +If you have performed a checkout of this repository already, use "`File`" -> "`Open`" and then select the root `pom.xml` file to import the code. Alternatively, you can let IntellIJ IDEA checkout the code for you. Use "`File`" ->