Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-04 15:20:09 +01:00
Publish entire java component and common (#3331)
Dieser Commit ist enthalten in:
Ursprung
fc25592df6
Commit
8224976393
@ -11,8 +11,7 @@ publishing {
|
||||
artifactId = project.name
|
||||
version = project.version as String
|
||||
|
||||
artifact(tasks["shadowJar"])
|
||||
artifact(tasks["sourcesJar"])
|
||||
from(components["java"])
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -31,4 +30,4 @@ artifactory {
|
||||
setPublishIvy(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,8 @@
|
||||
plugins {
|
||||
id("geyser.publish-conventions")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(libs.cumulus)
|
||||
api(libs.gson)
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren