Make dependency build number prefixed with MPS as is defined by TC.
This commit is contained in:
parent
270ac30b63
commit
583bf717e3
|
|
@ -16,7 +16,7 @@ repositories {
|
|||
ivy {
|
||||
url 'https://teamcity.jetbrains.com/guestAuth/repository/download'
|
||||
layout ('pattern') {
|
||||
artifact '[organization]/[module]-[revision]/[module]-[revision].[ext]'
|
||||
artifact '[organization]/[revision]/[revision].[ext]'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
mpsBuildConfiguration = MPS_20183_Distribution_DownloadableArtifacts
|
||||
mpsBuildLabel = 2018.3.0
|
||||
mpsBuildNumber = 183.1458
|
||||
mpsBuildNumber = MPS-183.1458
|
||||
mpsRelease = 2018.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue