Skip to content

Commit

Permalink
publishing config
Browse files Browse the repository at this point in the history
  • Loading branch information
edward3h committed Mar 2, 2025
1 parent 41e48e5 commit 7f4ba24
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
plugins {
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
}

group = "org.ethelred.kiwiproc"
version = "0.1"

nexusPublishing {
repositories {
create("sonatype") {
//only for users registered in Sonatype after 24 Feb 2021
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
}
}
}

0 comments on commit 7f4ba24

Please sign in to comment.