I'm using de.gliderpilot.semantic-release and as we are not using github I wanted to try this plugin to create the changelog.
Sadly, after adding git-changelog-gradle-plugin:
plugins {
...
id("de.gliderpilot.semantic-release") version "1.4.2"
id("se.bjurr.gitchangelog.git-changelog-gradle-plugin") version "1.71.4"
I get the following error:
A problem occurred configuring root project 'demo'.
> No signature of method: org.eclipse.jgit.internal.storage.file.FileRepository.getRef() is applicable for argument types: (String) values: [HEAD]
Possible solutions: getAt(java.lang.String), getFS(), grep(), exactRef(java.lang.String), findRef(java.lang.String), getAllRefs()