Skip to content

Commit

Permalink
Add maven publication
Browse files Browse the repository at this point in the history
  • Loading branch information
FluxCapacitor2 committed Dec 22, 2023
1 parent 1e41e69 commit 12f2649
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ dependencies {
compileOnly("dev.simplix:protocolize-api:2.2.4")
}

publishing {
publications {
create<MavenPublication>("maven") {
groupId = "com.bluedragonmc"
artifactId = "Jukebox"
version = "1.0-SNAPSHOT"

from(components["java"])
}
}
}

tasks.test {
useJUnitPlatform()
}
Expand Down

0 comments on commit 12f2649

Please sign in to comment.