missing gradle

Answered

I did a fresh install of IntelliJ 2021.2.3 on ubuntu 20.04 using the Toolbox app.

Setting/plug-ins tells me that Gradle is enabled.

View/Tool windows doesn't have any entry for Gradle.

File/New/Project shows no Gradle in the left column and no Gradle Build system for Kotlin.

What am I doing wrong?

Regards

 

0
14 comments

Hi Soren,

Could you attach your idea.log file generated with Help | Show Log in... after restarting the IDE? I'll take a look. To keep it private, you can upload the file to https://uploads.jetbrains.com/ and provide the upload id.

Could you also attach a screenshot of your current Gradle project tree?

0

Upload id: 2021_10_21_Ppzz6a4bBcZGe6dy (file: idea.log)

Not sure what you mean with Gradle project tree. I'm just trying the jetbrains multiplatform lib and I need Gradle as the build system.

Thanks for helping :-)

 

0

Hi Soren,

Make sure you enable the following bundled plugin:

Disabled plugins: Key Promoter X (2021.2), XSLT Debugger (212.5457.46), Subversion (212.5457.46), Ant (212.5457.46), Code Coverage for Java (212.5457.46), Leiningen (0.0.3), EditorConfig (212.5457.46), Gradle-Java (212.5457.46), Eclipse Interoperability (212.5457.46), Android (10.4.2.212.5457.46), TestNG (212.5457.46), Mercurial (212.5457.46), JUnit (212.5457.46), Task Management (212.5457.46), XPathView + XSLT (212.5457.46), Copyright (212.5457.46), Java Stream Debugger (212.5457.46), Bytecode Viewer (212.5457.46), Java Bytecode Decompiler (212.5457.46)

0

That's the problem, I don't have these plugins

0

Quit the IDE and try deleting the disabled_plugins.txt file from the IDE config directory. This should launch IntelliJ IDEA with all plugins enabled by default.

0

Hi,
deleting the disabled_plugins.txt seemed to do it!
Thanks for the help
Regards
Soren

0

Great news Soren. Happy to help.

0

Hi, I have that problem, deleted the disabled_plugins.txt file, and the plugin is enabled. but it does not help

0

The Gradle tool window only is visible when a Gradle project is created and opened in the IDEA. For example, just click File > New Project, then select Kotlin Multiplatform, after the creation of the project, the project will be opened, and the Gradle tool window will be visible(also tested on Ubuntu 22.04).

See the screenshot below(you may see there is the Gradle settings), also you may provide a minimium sample project for us:

0

Hi i also have the same problem, no gradle menu on new project.

i dont see the disabled_plugins.txt file. 

I do not want to use Kotlin Multiplatform because i want to use Java. Please help.

0

The disabled_plugins.txt file is here: C:\Users\yourname\AppData\Roaming\JetBrains\IntelliJIdea2022.3\disabled_plugins.txt .

The new project has a location to choose the Gradle build system:

0

Deleting "disabled_plugins.txt" works for me. The entry "Gradle" appears again in "Views / Tool Windows". Remember to restart the IDE. This issue is a bug and needs fixing.

IntelliJ 2023.1.2

0

Hello,
I have the same issue but only for scala:

But for java it shows gradle:


I deleted the disabled.txt but didn't fix the issue for me.

0

Hinaljogani02 There is no support for creating new Gradle Scala projects at the moment. You can import the existing projects from build.gradle file.

Here is the related issue: https://youtrack.jetbrains.com/issue/SCL-20408/Cannot-create-new-module-with-Scala-gradle.

0

Please sign in to leave a comment.