Intellij Gradle Download ((exclusive)) Groovy-all -

Open the Gradle Tool Window (View > Tool Windows > Gradle) and click the Refresh/Sync icon. 3. Verify the Download

A small Gradle elephant icon usually appears in the top-right of the editor. Click it to "Reload All Gradle Projects." intellij gradle download groovy-all

To download and use Groovy in an IntelliJ Gradle project , add the dependency to your build.gradle file under the dependencies block. Open the Gradle Tool Window (View > Tool

dependencies { implementation 'org.codehaus.groovy:groovy-all:2.4.15' } Use code with caution. 2. Trigger the Download and Sync intellij gradle download groovy-all

After syncing, you can verify that the Groovy libraries are present: Open the view (Alt+1). Expand the External Libraries section at the bottom.