jdaugherty commented on code in PR #15530:
URL: https://github.com/apache/grails-core/pull/15530#discussion_r3060305474
##########
build.gradle:
##########
@@ -25,6 +29,13 @@ import javax.inject.Inject
import org.apache.tools.ant.taskdefs.condition.Os
ext {
+ if (file('local.properties').exists()) {
Review Comment:
Actually, are you aware that any gradle property can be overridden by
environment variable? i.e. 'foo' , set ORG_GRADLE_foo and it will be set that
way.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]