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

com.deploygate.gradle.plugins.tasks.LogoutTask.groovy Maven / Gradle / Ivy

Go to download

This is the DeployGate plugin for the Gradle. You can build and deploy your apps to DeployGate by running a single task.

There is a newer version: 2.9.0
Show newest version
package com.deploygate.gradle.plugins.tasks

import com.deploygate.gradle.plugins.credentials.CliCredentialStore
import org.gradle.api.DefaultTask
import org.gradle.api.tasks.TaskAction

class LogoutTask extends DefaultTask {
    @TaskAction
    def remove() {
        new CliCredentialStore().delete()
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy