# Gradle Properties - Tadeas Kriz

DevFeed: [Gradle Properties - Tadeas Kriz](<https://devfeed.tech/articles/gradle-properties-tadeas-kriz-38214.md>)

Original publisher: [Read original article](<https://touchlab.co/gradle-properties>)

Published: 2024-06-17T19:34:40Z

Content type: tutorial

Language: en

Sources: [Touchlab | Enterprise Mobile Innovation & Development](<https://devfeed.tech/sources/touchlab-enterprise-mobile-innovation-development.md>)

Topics: [Gradle](<https://devfeed.tech/topics/gradle.md>), [properties](<https://devfeed.tech/topics/properties.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [debugging](<https://devfeed.tech/topics/debugging.md>)

Tags: [configuration](<https://devfeed.tech/tags/configuration.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [priority](<https://devfeed.tech/tags/priority.md>), [properties](<https://devfeed.tech/tags/properties.md>)

## AI overview

This post explains where Gradle properties come from, how different property types are passed into and used by build scripts, and how their priorities affect configuration. It highlights behaviors that may differ from Gradle documentation, including system properties loaded from multiple locations and project properties created from system properties.

## Source excerpt

Understanding how Gradle properties work can save you a lot of time debugging. This post explains how to set properties and what their priorities are.