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

com.github.mowedgrass.jasyptgradleboot.action.file.EncryptPropertiesAction.groovy Maven / Gradle / Ivy

The newest version!
package com.github.mowedgrass.jasyptgradleboot.action.file

import com.github.mowedgrass.jasyptgradleboot.action.EncryptionAction
import com.github.mowedgrass.jasyptgradleboot.task.file.EncryptPropertiesTask

class EncryptPropertiesAction extends EncryptionAction {

    public static final String TASK_DESCRIPTION = 'Encrypts properties from resources'
    public static final String TASK_NAME = 'encryptProperties'

    public EncryptPropertiesAction(Set resourceFiles) {
        super(TASK_DESCRIPTION, resourceFiles)
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy