A Gradle plugin to load environment variables from .env files
-
Updated
Aug 7, 2024 - Kotlin
.env (dotenv) is a file, used to store configuration values as key-value pairs, similar to the ini file format. Since this file usually contains confidential information like credentials, it's commonly prevented from being tracked by version control.
A Gradle plugin to load environment variables from .env files