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
But if I do this, the maven-publish task fails and only sets a version of undefined.
However, if I apply changelog to all projects the maven-publish task works nicely, but I can no longer execute the version bump task.
The workaround suggested here: diffplug/spotless-changelog#25 respectively
I have a multi modue project in gradle.
Ideally, I want to apply the changelog plugin only once - to prevent: diffplug/spotless-changelog#24
But if I do this, the maven-publish task fails and only sets a version of
undefined
.However, if I apply changelog to all projects the maven-publish task works nicely, but I can no longer execute the version bump task.
The workaround suggested here: diffplug/spotless-changelog#25 respectively
spotless/gradle/changelog.gradle
Lines 1 to 22 in 58e53b6
How can this be achieved?
The text was updated successfully, but these errors were encountered: