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 b8b59d3 commit 4b6ddf4Copy full SHA for 4b6ddf4
build.gradle.kts
@@ -67,7 +67,10 @@ subprojects {
67
"model-client-js",
68
"model-client-jvm",
69
"model-server",
70
- "model-server-api")) {
+ "model-server-api",
71
+ "model-api",
72
+ "model-api-js",
73
+ "model-api-jvm")) {
74
url = uri("https://maven.pkg.github.com/modelix/modelix")
75
} else {
76
url = uri("https://maven.pkg.github.com/modelix/modelix.core")
0 commit comments