Currently calling caupain --in-place outputs Gradle updates but does not actually modifies the files:
$ caupain --in-place
Updates are available
Gradle: 9.0.0 -> 9.4.1
$ cat gradle/wrapper/gradle-wrapper.properties
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip # still the old version
Could it modify the files in place just like for the version catalog?
Currently calling
caupain --in-placeoutputs Gradle updates but does not actually modifies the files:Could it modify the files in place just like for the version catalog?