You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is when executing the task generateGitProperties in a typical single module Java project.
When changing to Gradle 6.4 it works fine, but Gradle 6.3 gives this error:
Caused by: java.lang.StackOverflowError
at com.gorylenko.GitPropertiesPluginExtension.toString(GitPropertiesPlugin.groovy)
at org.gradle.internal.instantiation.generator.ManagedObjectFactory$ManagedPropertyName.getDisplayName(ManagedObjectFactory.java:141)
at org.gradle.internal.instantiation.generator.ManagedObjectFactory$ManagedPropertyName.toString(ManagedObjectFactory.java:130)
at org.gradle.api.internal.provider.AbstractProperty.toString(AbstractProperty.java:118)
at com.gorylenko.GitPropertiesPluginExtension.toString(GitPropertiesPlugin.groovy)
at org.gradle.internal.instantiation.generator.ManagedObjectFactory$ManagedPropertyName.getDisplayName(ManagedObjectFactory.java:141)
at org.gradle.internal.instantiation.generator.ManagedObjectFactory$ManagedPropertyName.toString(ManagedObjectFactory.java:130)
at org.gradle.api.internal.provider.AbstractProperty.toString(AbstractProperty.java:118)
at com.gorylenko.GitPropertiesPluginExtension.toString(GitPropertiesPlugin.groovy)
The code in question, that has been modified in the 2.3.1 release
This is when executing the task
generateGitProperties
in a typical single module Java project.When changing to Gradle 6.4 it works fine, but Gradle 6.3 gives this error:
The code in question, that has been modified in the 2.3.1 release
gradle-git-properties/src/main/groovy/com/gorylenko/GitPropertiesPlugin.groovy
Line 57 in 45f84f2
This was the fix in Gradle 6.4
gradle/gradle#11466
The text was updated successfully, but these errors were encountered: