1
0
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:
Michael Clarke 2024-01-01 14:56:43 +00:00 committed by Michael Clarke
parent 2172ed7eb5
commit a86b1e6457

View File

@ -115,6 +115,7 @@ release {
requireBranch.set('')
commitVersionFileOnly.set(true)
}
buildTasks.set(["assemble"])
}
tasks.jar.configure {