gradle-git-properties
gradle-git-properties copied to clipboard
com.gorylenko.GenerateGitPropertiesTask' property 'gitProperties' is missing an input or output annotation?
I am facing below error. I am using Java 11
and the Gradle 7.4.1
wrapper
Some problems were found with the configuration of task ':myservice-server:generateGitProperties' (type 'GenerateGitPropertiesTask').
In plugin 'com.gorylenko.gradle-git-properties' type 'com.gorylenko.GenerateGitPropertiesTask' property 'gitProperties' is missing an input or output annotation
Any guidance on how to overcome this error.
I've ran into the same issue.