Skip to content

Commit 745353d

Browse files
committed
Replaced jcenter() respositories with mavenCentral().
1 parent c334848 commit 745353d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle.kts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
@file:Suppress("UNUSED_VARIABLE", "HasPlatformType")
22

3-
import org.gradle.api.publish.maven.MavenPom
43
import org.jetbrains.dokka.gradle.DokkaTask
54

65
buildscript {
76
repositories {
8-
jcenter()
7+
mavenCentral()
98
}
109
}
1110

@@ -18,7 +17,7 @@ plugins {
1817
}
1918

2019
repositories {
21-
jcenter()
20+
mavenCentral()
2221
}
2322

2423
group = "io.reactivex.rxjava3"
@@ -162,7 +161,7 @@ bintray {
162161
name = project.version.toString()
163162
vcsTag = project.version.toString()
164163

165-
with(gpg){
164+
with(gpg) {
166165
sign = true
167166
}
168167

0 commit comments

Comments
 (0)