David Edwards
David Edwards
@kontaras I just hit exactly the same error. I was using Gradle 7.2. Downgrading to Gradle 6.8.3 made this go away, so I'm guessing Pygradle doesn't like Gradle 7.x.
In case it helps anyone, I am working around this in two parts: 1. Use a `YamlPropertiesFactoryBean` to create the property source with the resolution method set to `OVERRIDE_AND_IGNORE`: ```java...
Thanks for the pull request. I see the problem, but I think a simpler solution would be to make `apt-get update` only run if the script is going to try...