This message was deleted.
# community-support
s
This message was deleted.
l
The error indicates that the property you are trying to reach is only looking in the
Credential
object. Try prefixing it with
settings
. Note that Gradle has a gap in documentation on this topic, which is addressed for the future 7.6 release. See https://docs.gradle.org/nightly/userguide/build_environment.html for details and different notations.
👍 1
j
Is there any reason to not doing directly instead of loading the Properties manually?
Copy code
val prop = target.getProperty("your prop")