Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.
This repository was archived by the owner on May 3, 2025. It is now read-only.

File mappings #7

@CherryPerry

Description

@CherryPerry
gradleFileEncrypt {
    fileMapping = [ file('src/main/resources/log4j2.xml') : file('encrypted/configuration.xml.encrypted') ]
}

For optionally saving all encrypted files in another directory. It will help to avoid bundling encrypted version of log4j2.xml to output jar.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions