Vanda Cabanova
Vanda Cabanova
Hello, thank you for your answer. What I only don't understand is why wo recipes are needed. If I always want to exclude the author from required reviewers, don't I...
Is there any timeline for this PR?
@jknack do you have any plan to fix this issue? It's not possible to use newer versions of this library on Android where the older versions are facing open CVEs.
The previous implementation used a property that was probably always 0. Now it uses a property that is always 0.9 if I am not mistaken. https://developer.android.com/reference/java/lang/System#getProperties()
I have made an attempt to work around this issue. Please review this PR https://github.com/jknack/handlebars.java/pull/1074.
In fact, I found out the problem is not with the Gradle configuration cache, but probably with Gradle 8. The problem seems to be the disallowed Project command. I'd make...
So I managed to test it out - it is compatible with Gradle 8, but the configuration cache really is a problem. The issue lies in the unsupported invocation of...
By the time it is fixed (and perhaps configuration cache is supported ;-)), it may be worked around by calling ./gradlew dag-command --no-configuration-cache
It seems there might be a bug in 1.6.0 - it seems it does not detect any changes.
I have been doing some testing today and so far, it yields different results in some runs. Sometimes it ends up with an empty csv file and does not yield...