Skip to content

Commit e51e4f6

Browse files
committed
Fix: publish location
1 parent 8392392 commit e51e4f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

newpipe-KMP/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ plugins {
99
}
1010

1111
group = "io.github.yushosei"
12-
version = "1.0-SNAPSHOT"
12+
version = "1.0"
1313

1414
mavenPublishing {
15-
//publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
16-
publishToMavenCentral(SonatypeHost.S01)
15+
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
16+
// publishToMavenCentral(SonatypeHost.S01)
1717
signAllPublications()
1818

1919
coordinates(group.toString(), "newpipe-extractor-kmp", version.toString())

0 commit comments

Comments
 (0)