mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Publishing seems to work locally now(?)
This commit is contained in:
parent
cbd25c0111
commit
766f28ec60
2 changed files with 1 additions and 8 deletions
|
@ -7,7 +7,7 @@ plugins {
|
|||
publishing {
|
||||
publications.create<MavenPublication>("mavenJava") {
|
||||
groupId = project.group as String
|
||||
artifactId = "Geyser-" + project.name
|
||||
artifactId = project.name
|
||||
version = project.version as String
|
||||
|
||||
artifact(tasks["shadowJar"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue