How does project.getProperty() work in Gradle?

1.5k views Asked by At

Gradle API doesn't have this method, but there's no compile error, and it does get the property at runtime. https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html

I tried using a debugger to discover what happened behind the scene, the call actually landed on PogoGetPropertySite#getProperty.

What really happened?

0

There are 0 answers