me.okonecny.gradle-keyring
Owner: Ondřej Konečný
Store/load your secrets to/from your system's keyring.
https://github.com/konecny-ondrej/gradle-keyring
Sources: https://github.com/konecny-ondrej/gradle-keyring.git
Version 0.2 (latest)
0.2
Created 29 April 2024.
Store/load your secrets to/from your system's keyring.
Add this plugin to your build using the plugins DSL:
plugins {
id("me.okonecny.gradle-keyring") version "0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("me.okonecny:gradle-keyring:0.2") } } apply(plugin = "me.okonecny.gradle-keyring")
- Applying plugins to all subprojects .