axion-release-plugin icon indicating copy to clipboard operation
axion-release-plugin copied to clipboard

Gradle release & version management plugin.

Results 177 axion-release-plugin issues
Sort by recently updated
recently updated
newest added

Hi, I am beginner to this tech stack. As per my knowledge, I changed the JDK version to 17. Do let me know other changes to make.

I've tried to run `gradle release -Prelease.versionIncrementer=incrementPatch` on a remote machine where I'm loggedin with ssh and forwarded agent `ssh-add -l` shows my identities but when I run the mentioned...

An attempt to upgrade to jdk21 and gradle:8.13. I was able to get it to compile, but several tests are failing. fixes #840

# Axion Plugin – Versioning Issue with Multi-Module Setup ## Description Hi, I have a question regarding the usage of the Axion plugin in my setup. I'm trying to implement...

I'm using plugin `v1.18.16` with Gradle 8.11.1 and run `release` task with `--stacktrace` option. But the exception message do not show nothing helpful. I'm getting: Release fails with ``` Caused...

Hi, Whenever we run release task for the axio-release-plugin versions (1.18.14+) we get the following error: ``` Could not create task ':couchbase:release'. [2024-12-04T10:03:20.207Z] > Cannot set the value of task...

I have tags including the branch name, e.g. `release-main-1.2.3` or `release-other-3.4.5` and I configured the plugin as below: ``` scmVersion { tag { prefix.set("release-${scmPosition.branch}-") } } ``` Unfortunately, the result...