All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.updateimpact.gradle.UpdateimpactPluginExtension.groovy Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
package com.updateimpact.gradle

class UpdateimpactPluginExtension {

    /**
     * API key from http://updateimpact.com
     */
    String apiKey

    /**
     * If set to true, a browser will be automatically opened after plugin run is complete.
     */
    boolean openBrowser = true

    /**
     * Updateimpact server URL
     */
    String url = "https://app.updateimpact.com"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy