Intermodule dependency on -SNAPSHOT
qualifier conflicts with BinaryAndSourceCompatibility
setting
#155
Labels
bug
Something isn't working
We have a project with two modules:
api, client.dependsOn(api)
. They share same version setting:ThisBuild / version := "1.2.1-SNAPSHOT"
.If we use
BinaryAndSourceCompatible
compatibility settings we get following error onversionPolicyCheck
:Setting either version to
1.2.1
, compatibility toBinaryCompatible
or adding versions with qualifier toversionPolicyIgnoredInternalDependencyVersions
resolves this error.What is strange to me is that version of
client
in error above is1.2.0
, i.e. taken from previous artefacts.The text was updated successfully, but these errors were encountered: