axion-release-plugin
axion-release-plugin copied to clipboard
Updating pl.allegro.tech.build.axion-release from version 1.17.0 to 1.17.1 results in error: The configuration is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
Hello, I am usingaxion-release-plugin to manage the versioning in a project:
plugins {
alias(libs.plugins.axion.release)
}
Updating pl.allegro.tech.build.axion-release from version 1.17.0 to 1.17.1 results in error: The configuration is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
Hi! I would need to have more info :) Could you set up a repo as an example? My depositories with gradle version catalog, with plugin and alias work fine. What Gradle version are you using?