Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Releases: etiennestuder/gradle-credentials-plugin

Support Kotlin DSL

22 Aug 16:18
5a9e202
Compare
Choose a tag to compare

Changes the public API to avoid Groovy-magic and to enable support for the Gradle Kotlin DSL.

Support Gradle 7

18 Aug 08:42
ad5d3b5
Compare
Choose a tag to compare

Supports Gradle 7 which has stricter task annotation requirements.

Support for settings.gradle

27 Dec 10:24
37d6902
Compare
Choose a tag to compare

Supports accessing credentials in settings.gradle files.

Gradle 5.0 minimum compatibility

25 Dec 18:50
ca42131
Compare
Choose a tag to compare

Requires Gradle 5.0 as the minimum compatible version.

Custom location of credentials file

02 Feb 14:38
fe5a630
Compare
Choose a tag to compare

Provides configuration option for the directory in which the credentials file is located.

Java 6 to Java 11 compatibility

13 Jan 12:40
a4c2c91
Compare
Choose a tag to compare

Adds compatibility from Java 6 to Java 11.

Gradle 5 compatibility

11 Jan 08:16
39313f6
Compare
Choose a tag to compare

Adds Gradle 5 compatibility.

Java 9 compatibility

31 Dec 09:40
Compare
Choose a tag to compare

Adds Java 9 compatibility.

Bug fixes

03 Nov 20:15
Compare
Choose a tag to compare

Fixes issue #12 (tasks to add/remove credentials must never be uptodate).

Bug fixes

29 Oct 18:38
Compare
Choose a tag to compare

Fixes issue #4 (use latest gradle-plugindev-plugin version).
Fixes issue #6 (default passphrase is always used).
Fixes issue #7 (annotated key/value task fields end up in task artifact cache).