File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -66,24 +66,24 @@ subprojects {
6666 mavenCentral()
6767 }
6868
69- // publishing {
70- // repositories {
71- // if (project.hasProperty("artifacts.itemis.cloud.user")) {
72- // maven {
73- // name = "itemis"
74- // url = if (version.toString().contains("SNAPSHOT")) {
75- // uri("https://artifacts.itemis.cloud/repository/maven-mps-snapshots/")
76- // } else {
77- // uri("https://artifacts.itemis.cloud/repository/maven-mps-releases/")
78- // }
79- // credentials {
80- // username = project.findProperty("artifacts.itemis.cloud.user").toString()
81- // password = project.findProperty("artifacts.itemis.cloud.pw").toString()
82- // }
83- // }
84- // }
85- // }
86- // }
69+ publishing {
70+ repositories {
71+ if (project.hasProperty(" artifacts.itemis.cloud.user" )) {
72+ maven {
73+ name = " itemis"
74+ url = if (version.toString().contains(" SNAPSHOT" )) {
75+ uri(" https://artifacts.itemis.cloud/repository/maven-mps-snapshots/" )
76+ } else {
77+ uri(" https://artifacts.itemis.cloud/repository/maven-mps-releases/" )
78+ }
79+ credentials {
80+ username = project.findProperty(" artifacts.itemis.cloud.user" ).toString()
81+ password = project.findProperty(" artifacts.itemis.cloud.pw" ).toString()
82+ }
83+ }
84+ }
85+ }
86+ }
8787}
8888
8989subprojects {
You can’t perform that action at this time.
0 commit comments