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

com.mendhak.gradlecrowdin.CrowdinPlugin.groovy Maven / Gradle / Ivy

package com.mendhak.gradlecrowdin

import org.gradle.api.Project
import org.gradle.api.Plugin

class CrowdinPlugin implements Plugin {
    void apply(Project target) {
        target.task('crowdinDownload', type: DownloadTranslationsTask, group:'crowdin', description:'Download and copy translated files to given destination')
        target.task('crowdinUpload', type: UploadSourceFileTask, group:'crowdin', description: 'Update a given source file on crowdin')
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy