aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authortherealbush <therealbush@users.noreply.github.com>2022-04-23 16:31:23 -0700
committertherealbush <therealbush@users.noreply.github.com>2022-04-23 16:31:23 -0700
commit5068f8d1f7ccebd75b0b5dc70200218304cbe2cd (patch)
treec10ffcd6c327e0fc276fdf935bd478dff6ecc713 /build.gradle.kts
parenta6b58667dd3fd180595b478fe9d85d06a7c96f3e (diff)
downloadeventbus-kotlin-5068f8d1f7ccebd75b0b5dc70200218304cbe2cd.tar.gz
eventbus-kotlin-5068f8d1f7ccebd75b0b5dc70200218304cbe2cd.tar.bz2
eventbus-kotlin-5068f8d1f7ccebd75b0b5dc70200218304cbe2cd.zip
take 2
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 18cb877..e0db575 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -45,7 +45,7 @@ val dokkaHtmlJar by tasks.register<Jar>("dokkaHtmlJar") {
archiveClassifier.set("html-doc")
}
-publishing.publications.register<MavenPublication>("library") {
+publishing.publications.create<MavenPublication>("maven") {
from(components["java"])
version = project.version as String
groupId = project.group as String