Skip to content

Commit 9c3b50b

Browse files
committed
Updating okio-extras to the version from Maven Central
1 parent 5cdf97f commit 9c3b50b

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

fixpatches/build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ plugins {
77

88
repositories {
99
mavenCentral()
10-
maven {
11-
name = "saveourtool/okio-extras"
12-
url = uri("https://maven.pkg.github.com/saveourtool/okio-extras")
13-
credentials {
14-
username = project.findProperty("gprUser") as String? ?: System.getenv("GITHUB_ACTOR")
15-
password = project.findProperty("gprKey") as String? ?: System.getenv("GITHUB_TOKEN")
16-
}
17-
}
1810
}
1911

2012
kotlin {

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "1.9.22"
33
okio = "3.8.0"
4-
okio-extras = "1.1.2"
4+
okio-extras = "1.1.3"
55
serialization = "1.6.2"
66
diktat = "1.2.5"
77
kotlinx-cli = "0.3.6"
@@ -30,7 +30,7 @@ kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.
3030
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
3131
okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
3232
okio-fakefilesystem = { module = "com.squareup.okio:okio-fakefilesystem", version.ref = "okio" }
33-
okio-extras = { module = "com.saveourtool:okio-extras", version.ref = "okio-extras" }
33+
okio-extras = { module = "com.saveourtool.okio-extras:okio-extras", version.ref = "okio-extras" }
3434
kotlinx-cli = { module = "org.jetbrains.kotlinx:kotlinx-cli", version.ref = "kotlinx-cli" }
3535
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
3636
multiplatform-diff = { module = "io.github.petertrr:kotlin-multiplatform-diff", version.ref = "multiplatform-diff" }

0 commit comments

Comments
 (0)