Skip to content

Commit 190007a

Browse files
committed
Remove mavenLocal()
- Removed `mavenLocal()` from repositories configuration. - Set `cosmotechApiCommonVersion` from a working branch version `2.1.2-JREY-rework_dataset-SNAPSHOT` to stable branch version `2.1.1-SNAPSHOT`.
1 parent ae094c6 commit 190007a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ version = scmVersion.version
5656

5757
// Dependencies version
5858
val kotlinJvmTarget = 21
59-
val cosmotechApiCommonVersion = "2.1.2-JREY-rework_dataset-SNAPSHOT"
59+
val cosmotechApiCommonVersion = "2.1.1-SNAPSHOT"
6060
val redisOmSpringVersion = "0.9.7"
6161
val kotlinCoroutinesVersion = "1.10.2"
6262
val oktaSpringBootVersion = "3.0.7"
@@ -125,7 +125,6 @@ allprojects {
125125
configurations { all { resolutionStrategy { force("com.redis.om:redis-om-spring:0.9.10") } } }
126126

127127
repositories {
128-
mavenLocal()
129128
maven {
130129
name = "GitHubPackages"
131130
url = uri("https://maven.pkg.github.com/Cosmo-Tech/cosmotech-api-common")

0 commit comments

Comments
 (0)