Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
BartvHelvert committed Sep 5, 2021
1 parent 18e201b commit 63524cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/io/guthix/buffer/Publication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private fun MavenPublication.configurePom(projectName: String, desc: String?, co
pom {
name.set(projectName)
artifactId = projectName
desc?.let { description.set(desc) }
description.set(desc ?: "")
url.set("https://github.com/guthix/Jagex-ByteBuf")
from(component)
licenses {
Expand Down
2 changes: 2 additions & 0 deletions serialization/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import io.guthix.buffer.registerPublication

description = "Serialization for Jagex messages"

plugins {
kotlin("plugin.serialization") version "1.5.20"
}
Expand Down

0 comments on commit 63524cb

Please sign in to comment.