
com.deploygate.gradle.plugins.tasks.LogoutTask.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle Show documentation
Show all versions of gradle Show documentation
This is the DeployGate plugin for the Gradle. You can build and deploy your apps to DeployGate by running a single task.
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