We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6ddf4 commit 33228c9Copy full SHA for 33228c9
build.gradle.kts
@@ -67,11 +67,12 @@ subprojects {
67
"model-client-js",
68
"model-client-jvm",
69
"model-server",
70
- "model-server-api",
71
- "model-api",
+ "model-server-api")){
+ url = uri("https://maven.pkg.github.com/modelix/modelix")
72
+ } else if (project.name in arrayOf( "model-api",
73
"model-api-js",
74
"model-api-jvm")) {
- url = uri("https://maven.pkg.github.com/modelix/modelix")
75
+ url = uri("https://maven.pkg.github.com/modelix/model-api")
76
} else {
77
url = uri("https://maven.pkg.github.com/modelix/modelix.core")
78
}
0 commit comments