Fix deprecated ivy pattern.
This commit is contained in:
parent
04e54ccf0b
commit
e9e357ea12
|
|
@ -18,8 +18,9 @@ allprojects {
|
|||
repositories {
|
||||
ivy {
|
||||
url 'https://teamcity.jetbrains.com/guestAuth/repository/download'
|
||||
layout ('pattern') {
|
||||
artifact '[organization]/[revision]/[revision].[ext]'
|
||||
patternLayout {
|
||||
ivy '[module]/[revision]/teamcity-ivy.xml'
|
||||
artifact '[module]/[revision]/[revision].[ext]'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -37,7 +38,7 @@ dependencies {
|
|||
}
|
||||
|
||||
// MPS-related stuff declared as project properties
|
||||
mps "${mpsBuildConfiguration}:MPS:${mpsBuildNumber}:${mpsBuildLabel}.tcbuildtag@zip"
|
||||
mps "org:${mpsBuildConfiguration}:${mpsBuildNumber}:${mpsBuildLabel}.tcbuildtag@zip"
|
||||
}
|
||||
|
||||
task installMps(type: Copy) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue