mirror of
https://github.com/mc1arke/sonarqube-community-branch-plugin.git
synced 2025-02-21 19:20:09 +02:00
Fix release task not creating any artefacts
When the release plugin was upgraded, the configuration was not altered to set a pre-release task needing executed, so no plugin JAR was being created as part of the release step. The `assemble` task is now being set to ensure the JAR exists in the relevant output directory for dependent steps to pick up. (cherry picked from commit 4aba3e1584f53b3c77a2b5a519cfe9d27fd8e76f)
This commit is contained in:
parent
2172ed7eb5
commit
a86b1e6457
@ -115,6 +115,7 @@ release {
|
||||
requireBranch.set('')
|
||||
commitVersionFileOnly.set(true)
|
||||
}
|
||||
buildTasks.set(["assemble"])
|
||||
}
|
||||
|
||||
tasks.jar.configure {
|
||||
|
Loading…
x
Reference in New Issue
Block a user