axion-release-plugin
axion-release-plugin copied to clipboard
-Prelease.forceVersion is not working locally
configuring axion in gradle project. I want to force a default version for all the SNAPSHOT jar. but when I am preapring the build locally it is failing with below error "Task '.version=0.0.1' not found in root project 'apps' and in subprojects "
gradle cmd : .\gradlew :apps:struct:publish -x test -Prelease.forceversion=0.0.1
is there any configuration need to be done?
Hi, message you provided suggests wrong Gradle command syntax, could you share what command are you trying to run?
I am skipping test for now and running on windows. even below also fail gradle :apps:publish -x test -Prelease.forceVersion=0.0.1
If anything is wrong then please share any example for understanding.
Please share your build gradle file