Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unnecessarily replacing a task that does not exist is not supported

I got the following error:

FAILURE: Build failed with an exception.

* Where:
Initialization script 'C:\Users\User\AppData\Local\Temp\Console_main__.gradle' line: 18

* What went wrong:
A problem occurred configuring root project 'demo'.
> Could not create task ':Console.main()'.
   > Unnecessarily replacing a task that does not exist is not supported.  Use create() or register() directly instead.  You attempted to replace a task named 'Console.main()', but there is no existing task with that name.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 236ms
10:32:59 PM: Task execution finished 'Console.main()'.
like image 462
Sangeeth Amirthanathan Avatar asked Nov 28 '19 17:11

Sangeeth Amirthanathan


1 Answers

If you are using Intellij idea, this might help: Settings -> Build, Execution, Deployment -> Gradle -> Build and run using: IntelliJ IDEA

like image 168
Viacheslav Plekhanov Avatar answered Sep 19 '22 15:09

Viacheslav Plekhanov