Skip to content

Commit 033cbdc

Browse files
committed
Update comments
1 parent a354ace commit 033cbdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grails-forge-core/src/main/java/org/grails/forge/feature/build/gradle/templates/buildSrcBuildGradle.rocker.raw

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ GradleBuild gradleBuild,
3232
String grailsVersion
3333
)
3434

35-
// load the root gradle.properties only for properties not already set (e.g., by environment variables like ORG_GRADLE_PROJECT_grailsVersion=7.0.0)
35+
// load the root gradle.properties only for properties not already set
36+
// (e.g., buildSrc/gradle.properties or by environment variables like ORG_GRADLE_PROJECT_grailsVersion=7.0.0)
3637
def props = new Properties()
3738
file('../gradle.properties').withInputStream { props.load(it) }
3839
props.each { key, val ->

0 commit comments

Comments
 (0)