Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
QwQ-dev committed Jan 16, 2025
2 parents 8c8c2b8 + 59c4350 commit b9fd52f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ subprojects {
relocate("io.github.retrooper.packetevents", "io.fairyproject.libs.packetevents")
relocate("io.fairyproject.bukkit.menu", "${properties("package")}.fairy.menu")
archiveClassifier.set("plugin")
mergeServiceFiles()
exclude("META-INF/maven/**")
}

Expand Down Expand Up @@ -131,10 +132,12 @@ publishing {
artifactId = module
version = "${properties("version")}-${LocalDateTime.now().format(DateTimeFormatter.ofPattern("dd-MM-yy-hhmmss"))}"
description = ""
pom {
description.set("")
}
}
}
}

// GitHub Packages
repositories {
maven {
Expand Down

0 comments on commit b9fd52f

Please sign in to comment.