We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c334848 commit 745353dCopy full SHA for 745353d
build.gradle.kts
@@ -1,11 +1,10 @@
1
@file:Suppress("UNUSED_VARIABLE", "HasPlatformType")
2
3
-import org.gradle.api.publish.maven.MavenPom
4
import org.jetbrains.dokka.gradle.DokkaTask
5
6
buildscript {
7
repositories {
8
- jcenter()
+ mavenCentral()
9
}
10
11
@@ -18,7 +17,7 @@ plugins {
18
17
19
20
21
22
23
24
group = "io.reactivex.rxjava3"
@@ -162,7 +161,7 @@ bintray {
162
161
name = project.version.toString()
163
vcsTag = project.version.toString()
164
165
- with(gpg){
+ with(gpg) {
166
sign = true
167
168
0 commit comments