Project-Books / books-api

GraphQL Books API
https://project-books.github.io/#books-api
MIT License
36 stars 59 forks source link

IntelliJ thinks project is a Gradle project #135

Closed knjk04 closed 2 years ago

knjk04 commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

Temporary solution is to run mvn spring-boot:run, but it would be good if I can simply click on the IntelliJ run button.

To Reproduce Steps to reproduce the behavior:

  1. Open the project as a Maven project inside IntelliJ
  2. Try running the project
  3. See error

Expected behavior It should recognise it is a Maven project. When I click on run, it should use the Maven lifecycle commands, not Gradle tasks.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.