Forgot the end bracket

This commit is contained in:
Ryder Belserion 2022-10-11 23:40:56 -04:00
parent 8eebe32546
commit c7879e8fb0
No known key found for this signature in database
GPG Key ID: 3DE16C386AE324DE
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ java {
tasks {
shadowJar {
if (buildNumber != null) {
archiveFileName.set("${rootProject.name}-[v${jenkinsVersion}.jar")
archiveFileName.set("${rootProject.name}-[v${jenkinsVersion}].jar")
} else {
archiveFileName.set("${rootProject.name}-[v${rootProject.version}].jar")
}