Skip to content

Commit be26c56

Browse files
committed
ci: deleted old GHP packages, model-api can be published now
1 parent 33228c9 commit be26c56

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ subprojects {
6969
"model-server",
7070
"model-server-api")){
7171
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")
7672
} else {
7773
url = uri("https://maven.pkg.github.com/modelix/modelix.core")
7874
}

0 commit comments

Comments
 (0)