Anže Sodja

Results 62 comments of Anže Sodja

Fixed with https://github.com/gradle/gradle/pull/29218, we reverted the behaviour of `org.gradle.native` flag. I also tested `withEnvironment(Map.of("FOO","")` example and it seems empty value is passed to the process.

Fixed with https://github.com/gradle/gradle/pull/28154

To give some context here: A problem is, that we do a detection during task execution. That means that with parallel builds tasks can be executed in inconsistent order and...

So I guess the problem is, that you use `@get:OutputFile` for a directory. Can you confirm that changing annotation to `@get:OutputDirectory` fixes the issue? We could do a better job...

@lamphamTL can you maybe create a reproducer and share it with us as github project or a zip file? That would help us a lot. More information about your setup...

This is a valid issue that we would like to fix with Gradle 9 where core tasks will have a better support for Provider/Property API. Added to our internal list...