generaljenkins

Use Gradle in GUI mode

Gradle also has a graphical user interface mode, which lets you use Gradle interactively. To enable this mode, follow these steps:

  • Execute Gradle with the --gui flag:

    $ gradle --gui
    

    A window will open and it will look like the image below:

    Gradle GUI

  • Click the “Command Line” tab and execute, for instance, the “Hello world” task created in this section, just by entering -q hello. You should see something like this:

    Gradle GUI

Last modification December 21, 2022