| `mavenPublishing {`<br>` publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)`<br>` signAllPublications()`<br>` coordinates("io.github.kotlin-hands-on", "fibonacci", "1.0.3")`<br>` pom {`<br>` name.set("Fibonacci library")`<br>` description.set("A mathematics calculation library.")`<br>` inceptionYear.set("2024")`<br>` url.set("https://github.com/kotlin-hands-on/fibonacci/")`<br>` licenses {`<br>` license {`<br>` name.set("The Apache License, Version 2.0")`<br>` url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")`<br>` distribution.set("http://www.apache.org/licenses/LICENSE-2.0.txt")`<br>` }`<br>` }`<br>` developers {`<br>` developer {`<br>` id.set("kotlin-hands-on")`<br>` name.set("Kotlin Developer Advocate")`<br>` url.set("https://github.com/kotlin-hands-on/")`<br>` }`<br>` }`<br>` scm {`<br>` url.set("https://github.com/kotlin-hands-on/fibonacci/")`<br>` connection.set("scm:git:git://github.com/kotlin-hands-on/fibonacci.git")`<br>` developerConnection.set("scm:git:ssh://
[email protected]/kotlin-hands-on/fibonacci.git")`<br>` }`<br>` }`<br>` }` |
0 commit comments