File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" root.publication" )
3
- // trick: for the same plugin versions in all sub-modules
4
2
alias(libs.plugins.androidLibrary).apply (false )
5
3
alias(libs.plugins.kotlinMultiplatform).apply (false )
6
4
alias(libs.plugins.publish) apply false
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import com.vanniktech.maven.publish.SonatypeHost
2
2
import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
3
3
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
4
4
5
-
6
5
group = " io.github.pahill"
7
6
version = " 1.0.3"
8
7
@@ -49,10 +48,6 @@ android {
49
48
}
50
49
51
50
mavenPublishing {
52
- publishToMavenCentral(SonatypeHost .DEFAULT )
53
- // or when publishing to https://s01.oss.sonatype.org
54
- publishToMavenCentral(SonatypeHost .S01 )
55
- // or when publishing to https://central.sonatype.com/
56
51
publishToMavenCentral(SonatypeHost .CENTRAL_PORTAL )
57
52
58
53
signAllPublications()
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ dependencyResolutionManagement {
13
13
}
14
14
}
15
15
16
- rootProject.name = " multiplatform-library-template "
16
+ rootProject.name = " fibonacci "
17
17
include(" :fibonacci" )
You can’t perform that action at this time.
0 commit comments