How Do I Create A Groovy Script In IntelliJ?
How Do I Create A Groovy Script In IntelliJ? In the Project tool window, right-click the src directory and select New | Groovy Script. IntelliJ IDEA opens the file in the editor. Type the following code: println(“Hello, Groovy!”) Press Ctrl+Shift+F10 to run the script. When you run this code, you will get the internal error: