Skip to content

Commit

Permalink
correction on gradle project name
Browse files Browse the repository at this point in the history
  • Loading branch information
lalithanagarur committed Jan 27, 2025
1 parent b02af18 commit c7f35ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ First, right-click the `test` package and select `run ‘Tests in ‘hmpps-temp

Next, in the top right corner of IntelliJ, to the left of the green play button, click the dropdown and then select `Edit Configurations`.

Select the ‘hmpps-learner-records-api.test’ configuration, ensure that `Run` is populated with `:test`, the gradle project is `kotlin-template-experimental-lrs` and the environment variables, mentioned above, are also set here. Click `Apply` then `OK`.
Select the ‘hmpps-learner-records-api.test’ configuration, ensure that `Run` is populated with `:test`, the gradle project is `hmpps-learner-records-api` and the environment variables, mentioned above, are also set here. Click `Apply` then `OK`.

Again, right click the `test` package and select `run ‘Tests in ‘hmpps-temp…’ - They should now be running in IntelliJ.

Expand Down

0 comments on commit c7f35ee

Please sign in to comment.