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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: