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 a92b201 commit cc257e5Copy full SHA for cc257e5
build.gradle.kts
@@ -1,3 +1,4 @@
1
+import com.vanniktech.maven.publish.SonatypeHost
2
import fr.brouillard.oss.jgitver.Strategies
3
4
plugins {
@@ -8,6 +9,7 @@ plugins {
8
9
alias(libs.plugins.dokka)
10
alias(libs.plugins.mkdocs)
11
alias(libs.plugins.jgitver)
12
+ id("maven-publish")
13
}
14
15
group = "dev.sargunv.pokekotlin"
@@ -55,6 +57,8 @@ publishing {
55
57
56
58
59
mavenPublishing {
60
+ publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
61
+ signAllPublications()
62
pom {
63
name = "PokeKotlin"
64
description = "Kotlin client for The Pokémon API"
0 commit comments