Skip to content

Commit 0d4e0c8

Browse files
committed
LPD-69566 uses the correct JSON path
1 parent 18de5b9 commit 0d4e0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/docker-database-saas.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ ext {
122122

123123
JsonSlurper jsonSlurper = new JsonSlurper()
124124

125-
Map<String, String> environmentVariables = jsonSlurper.parse(lcpJsonFile)["environments"][config.lxcEnvironmentName]
125+
Map<String, String> environmentVariables = jsonSlurper.parse(lcpJsonFile)["environments"][config.lxcEnvironmentName]["env"]
126126

127127
String jdbcURL = environmentVariables["LIFERAY_JDBC_PERIOD_DEFAULT_PERIOD_URL"]
128128

0 commit comments

Comments
 (0)