Update release artifact name

This commit is contained in:
IzzelAliz 2022-11-23 13:43:58 +08:00
parent 83245803e1
commit 94e5cd9ded
No known key found for this signature in database
GPG Key ID: EE50E123A11D8338
2 changed files with 2 additions and 1 deletions

View File

@ -226,7 +226,7 @@ publishing {
}
publications {
mavenJava(MavenPublication) {
artifactId = 'arclight-forge-1.18'
artifactId = 'arclight-forge-' + versionName
artifact project(':arclight-common').tasks.srgJar
artifact project(':arclight-common').tasks.spigotJar
//artifact sourceJar

View File

@ -18,6 +18,7 @@ allprojects {
apiVersion = '1.5.0'
toolsVersion = '1.3.0'
mixinVersion = '0.8.5'
versionName = 'horn'
gitHash = getGitHash()
}