Passing Configuration to a Gradle Build via Custom Environment Variables
Jump to navigation
Jump to search
Internal
Overview
This article describes a generic method to pass configuration to a Gradle build using custom environment variables. This method could prove useful when Gradle builds are executed in containers, as it is the case for AWS CodeBuild builds.
Playground
Procedure
The method consists in defining a Template:Gradle Variables and Properties that is initialized with the value of the custom environment variable, or with a default value if the environment variable is not defined.