
com.github.mowedgrass.jasyptgradleboot.action.text.EncryptTextAction.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jasypt-gradle-boot-plugin Show documentation
Show all versions of jasypt-gradle-boot-plugin Show documentation
jasypt spring boot gradle plugin
The newest version!
package com.github.mowedgrass.jasyptgradleboot.action.text
import com.github.mowedgrass.jasyptgradleboot.action.EncryptionAction
import com.github.mowedgrass.jasyptgradleboot.task.text.EncryptTextTask
class EncryptTextAction extends EncryptionAction {
public static final String TASK_DESCRIPTION = 'Encrypts given text'
public static final String TASK_NAME = 'encryptText'
public EncryptTextAction(Set resourceFiles) {
super(TASK_DESCRIPTION, resourceFiles)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy