gradle-git-version
gradle-git-version copied to clipboard
Please consider making VersionDetails.isClean() public
Hello,
somewhere between version 0.10 and 0.11, isClean became private and cannot be used any more in build scripts. As I rely on that property, I am unable to update to version 0.11 or greater.
Would you consider making it public?
https://github.com/palantir/gradle-git-version/blob/24ca28a3a64af28077f65d6811c762b7a39e63f6/src/main/java/com/palantir/gradle/gitversion/VersionDetails.java#L37
Just ran into the same issue trying to upgrade to 0.11. Guess I have to go back to 0.10 for now.