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

com.github.mowedgrass.jasyptgradleboot.task.file.EncryptPropertiesTask.groovy Maven / Gradle / Ivy

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

import static com.github.mowedgrass.jasyptgradleboot.task.file.process.ProcessRequest.ENCRYPT

public class EncryptPropertiesTask extends PropertiesEncryptionTask {

    EncryptPropertiesTask() {
        super(ENCRYPT)
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy