Revert back to single maven repo structure

This commit is contained in:
Alexander Nozik 2022-10-05 12:14:33 +03:00
parent a27c1953b3
commit b541fde58a
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357

View File

@ -156,7 +156,7 @@ afterEvaluate {
}
}
val spaceRepo = "https://maven.pkg.jetbrains.space/spc/p/sci/dev"
val spaceRepo = "https://maven.pkg.jetbrains.space/spc/p/sci/maven"
val spaceUser: String? = project.findProperty("publishing.space.user") as? String
val spaceToken: String? = project.findProperty("publishing.space.token") as? String