elshad-faire

Results 4 comments of elshad-faire

Have you tried with REPIN=1: REPIN=1 bazel run @unpinned_maven//:pin

We finally figured out what the issue is. More details in https://github.com/gradle/gradle/issues/27115 In short, the problem is how the [include function in settings.gradle.kts](https://docs.gradle.org/current/dsl/org.gradle.api.initialization.Settings.html#org.gradle.api.initialization.Settings:include(java.lang.String%5B%5D)) works: "As an example, the path a:b...

Yes you have summarized the problem correctly. And yes this is not a focus plugin issue. It is a gradle issue. I think this issue can be closed. Maybe action...

We also recently realized that logs from different threads are not captured. I think there should at least be an option to enabled capturing from all threads or not. For...