mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-12-22 16:48:11 +01:00
Forgot the end bracket
This commit is contained in:
parent
8eebe32546
commit
c7879e8fb0
@ -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")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user