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

Releases: CherryPerry/GradleFileEncrypt

2.0.3

02 Sep 21:54

Choose a tag to compare

  • Generate stable IV per file to avoid the issue with version control #47

2.0.2

17 Apr 15:38
e009ff1

Choose a tag to compare

  • Windows fix (path separator issue) #43

2.0.1

28 Mar 17:54

Choose a tag to compare

  • Environmental variable fix #42

2.0.0

01 Dec 22:13
6b3693f

Choose a tag to compare

  • Configuration cache support
  • Remove deprecated Gradle API usages and raise minimum Gradle version

1.4.0

18 Aug 17:00
5f83d7d

Choose a tag to compare

Changelog

  • Walk through all ignored files via JGit to support wild cards and nested ignoring #21

1.3.1

20 Feb 19:15

Choose a tag to compare

Changelog

  • Maintenance update

1.3.0

12 Nov 17:12

Choose a tag to compare

Changelog

  • Lazy task registration for Gradle 4.9+ #1
  • Support for IncrementalTaskInputs #9
  • Check if plain files are in .gitignore file #10

1.2.0

12 Jul 18:37

Choose a tag to compare

Changelog

  • File mapping #7
  • Worker API #8
  • Fixed detekt check on CI #11
  • Integration gradle test with different versions #13
  • Password change now invalidates task #14

1.1.0

05 Jul 20:16

Choose a tag to compare

Changelog

  • Custom password provider #2
  • Use same IV when encrypted file already exists #5
  • Gradle task cache support #6