Skip to content

Commit b307790

Browse files
author
Mariell Hoversholm
committed
feat: publish to Sonatype
Signed-off-by: Mariell Hoversholm <[email protected]>
1 parent db3a90e commit b307790

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id("moonshine.publishing")
3+
alias(libs.plugins.indra.publishing.sonatype)
34
}
45

56
group = "net.kyori.moonshine"

gradle/libs.versions.toml

+3
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ testing-api = [
3434
testing-runtime = [
3535
"junit-jupiter-engine",
3636
]
37+
38+
[plugins]
39+
indra-publishing-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "gradle-plugin-indra" }

0 commit comments

Comments
 (0)