n0mer / gradle-git-properties

Gradle plugin for `git.properties` file generation
https://plugins.gradle.org/plugin/com.gorylenko.gradle-git-properties
Apache License 2.0
321 stars 54 forks source link

com.gorylenko.GenerateGitPropertiesTask' property 'gitProperties' is missing an input or output annotation? #215

Open ramshers opened 2 years ago

ramshers commented 2 years ago

I am facing below error. I am using Java 11 and the Gradle 7.4.1wrapper

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.

alejandrotineo commented 2 years ago

I've ran into the same issue.