axion-release-plugin | Gradle release & version management plugin | Plugin library
kandi X-RAY | axion-release-plugin Summary
kandi X-RAY | axion-release-plugin Summary
Gradle release & version management plugin.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of axion-release-plugin
axion-release-plugin Key Features
axion-release-plugin Examples and Code Snippets
Community Discussions
Trending Discussions on axion-release-plugin
QUESTION
I’ve been struggling to build an Android lib and publish it to Azure Devops Artifacts using Gradle.
I finally published it yesterday, and today I came across the need to version it automatically, so I’m trying to use this plugin:
https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release
https://axion-release-plugin.readthedocs.io/en/latest/
So, making it shorter, I’m simply not able to apply the plugin, I’m not even using it, just applied it, and it breaks instantly.
Any ideas on the reason?
I applied it based on this:
...ANSWER
Answered 2020-Feb-28 at 17:09Ok, it was the version info in the:
apply plugin: "pl.allegro.tech.build.axion-release" version '1.11.0'
Using:
apply plugin: "pl.allegro.tech.build.axion-release"
It works.
QUESTION
I would like to use axion-release-plugin
which is adding tags to git repository.
Now I would like to find a way to make git able to push tags from bitbucket pipeline.
How I can achieve that?
...ANSWER
Answered 2019-Feb-14 at 13:48Ok it's quite straightforward.
In when running gradle task from command line I need to add -Dhttp.proxyHost=localhost -Dhttp.proxyPort=29418
It's because bitbucket introduced new way to interact with git repository:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install axion-release-plugin
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page