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 33228c9 commit be26c56Copy full SHA for be26c56
build.gradle.kts
@@ -69,10 +69,6 @@ subprojects {
69
"model-server",
70
"model-server-api")){
71
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")) {
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