Skip to content

Commit d4d1dd4

Browse files
committed
Added env to debug cloud build
1 parent 28f099f commit d4d1dd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,7 @@ subprojects {
155155
task wrapper(type: Wrapper) {
156156
gradleVersion = '2.0'
157157
}
158+
159+
task env << {
160+
println System.getenv()
161+
}

0 commit comments

Comments
 (0)