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
323 stars 55 forks source link

Build failed #201

Closed a13519 closed 2 years ago

a13519 commented 2 years ago

I use gradle and my build.gradle looks like: plugins { id 'java' id 'org.springframework.boot' version '2.2.0.RELEASE' id 'io.spring.dependency-management' version '1.0.8.RELEASE' id 'war' id "com.gorylenko.gradle-git-properties" version "2.3.2" }

when I build it throw the following exceptions: Execution failed for task ':generateGitProperties'.

java.lang.StackOverflowError (no error message)

Munoon commented 2 years ago

I have the same issue. Did you resolve it? Looks like this is the same issue as #193

tha2015 commented 2 years ago

Duplicate of #193