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
After digging into it more, this looks like a strange issue with the plantir docker plugin trying to get the version before the jgitver plugin has loaded it's settings causing jgitver to be stuck with default settings. Seems like a catch 22 in terms of initialization between the plugins
This is bothering me, too. I have an identical policy and the underscores are not being removed with 0.10.0-rc03. In my case, I have no incompatible plugins AFAIK. But underscores are not legal according to semver and npm takes this seriously:
# npm version 0.0.0-NOT_A_GIT_REPOSITORY
npm ERR! Invalid version: 0.0.0-NOT_A_GIT_REPOSITORY
Either the profile must be enforced for the 3 default qualified version numbers, or an option must be added to specify semver-compliant version numbers for these three. I am writing a separate issue stating this specific request.
When upgrading from 0.9.1 to any 0.10.0 release candidate the policy blocks fail to be applied.
Config:
Command:
.\gradlew.bat clean version
0.9.1 output
0.10.0-rc03 output
Gradle version:
The text was updated successfully, but these errors were encountered: