Skip to content

Commit

Permalink
fix: maven central publishing requires a project description
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Oct 18, 2023
1 parent 266d3c9 commit 955e0d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ defaultTasks("build", "shadowJar")
allprojects {
version = "3.0.0-SNAPSHOT"
group = "io.github.juliarn"
description = "Abstract NPC-Library for Minecraft 1.8+ Servers"

repositories {
mavenCentral()
Expand Down

0 comments on commit 955e0d2

Please sign in to comment.