You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle.kts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,16 @@ group = "cloudshift.repro"
30
30
31
31
Visualized with debug output:
32
32
33
-
beforeValueObtained() // input tracking turned off
34
-
beforeValueObtained() // input tracking turned off
35
-
afterValueObtained() // input tracking turned on
33
+
beforeValueObtained() // input tracking turned off (entering custom MyValueSource)
34
+
beforeValueObtained() // input tracking turned off (entering environment variable)
35
+
afterValueObtained() // input tracking turned on (exiting environment variable)
36
36
valueObtained(): class org.gradle.api.internal.provider.sources.EnvironmentVariableValueSource org.gradle.api.internal.provider.sources.EnvironmentVariableValueSource$Inject@46d4f344
37
37
38
38
// whoops; inside our ValueSource with input tracking turned on
39
39
In value source
40
40
Test file @ /Users/chrislee/.cloudshift/test.properties
41
41
42
-
afterValueObtained() // input tracking turned on
42
+
afterValueObtained() // input tracking turned on (exiting custom MyValueSource)
43
43
valueObtained(): class Build_gradle$MyValueSource Build_gradle$MyValueSource$Inject@6383cdd1
0 commit comments