Added mainArtifact to curseforge gradle section

This commit is contained in:
Adubbz 2019-05-25 13:36:24 +10:00
parent 077354255b
commit 0a1cc9b45b
1 changed files with 4 additions and 0 deletions

View File

@ -97,6 +97,10 @@ curseforge {
}
releaseType = 'alpha'
mainArtifact(jar) {
displayName = "Biomes O' Plenty ${version}"
}
}
}
}