mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Some quality of life changes
This commit is contained in:
parent
06da7338b1
commit
0226a5adc4
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ task publishModrinth (type: TaskModrinthUpload){
|
|||
token = System.env.MODRINTH_KEY
|
||||
projectId = project.modrinth_project_id
|
||||
versionNumber = version.toString()
|
||||
versionName = archivesBaseName + '-' + version
|
||||
changelog = "[Changelog](https://github.com/MineLittlePony/MineLittlePony/releases/tag/${version.toString()})"
|
||||
uploadFile = jar.outputs.getFiles().asPath // This is the java jar task
|
||||
addLoader(project.modrinth_loader_type)
|
||||
outlet.mcVersions().each{ver ->
|
||||
|
|
Loading…
Reference in a new issue