File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,18 @@ publishing {
301
301
}
302
302
}
303
303
}
304
+ maven {
305
+ name = " itemisCloud"
306
+ url = version. toString(). endsWith(" -SNAPSHOT" )
307
+ ? uri(" https://artifacts.itemis.cloud/repository/maven-mps-snapshots/" )
308
+ : uri(" https://artifacts.itemis.cloud/repository/maven-mps-releases/" )
309
+ if (project. hasProperty(" artifacts.itemis.cloud.user" ) && project. hasProperty(" artifacts.itemis.cloud.pw" )) {
310
+ credentials {
311
+ username = project. findProperty(" artifacts.itemis.cloud.user" )
312
+ password = project. findProperty(" artifacts.itemis.cloud.pw" )
313
+ }
314
+ }
315
+ }
304
316
}
305
317
repositories {
306
318
if (currentBranch == " master" || currentBranch. startsWith(" maintenance" ) || currentBranch. startsWith(" mps" )) {
You can’t perform that action at this time.
0 commit comments