Skip to content

Commit

Permalink
build: fix platform artifact publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Feb 12, 2024
1 parent f8ad215 commit e2edfbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ subprojects {

if (['fabric'].contains(project.name)) {
publications {
mavenJavaBukkit(MavenPublication) {
mavenJavaFabric(MavenPublication) {
groupId = 'net.william278.huskhomes'
artifactId = 'huskhomes-fabric'
version = "$rootProject.version"
Expand All @@ -186,7 +186,7 @@ subprojects {

if (['sponge'].contains(project.name)) {
publications {
mavenJavaBukkit(MavenPublication) {
mavenJavaSponge(MavenPublication) {
groupId = 'net.william278.huskhomes'
artifactId = 'huskhomes-sponge'
version = "$rootProject.version"
Expand Down

0 comments on commit e2edfbf

Please sign in to comment.