mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 23:45:11 +01:00
build: gradle task dependency workaround
This commit is contained in:
parent
fbc2ac15aa
commit
b7a28c8dc1
1 changed files with 4 additions and 0 deletions
|
|
@ -419,3 +419,7 @@ jreleaser {
|
|||
tasks.jreleaserPackage {
|
||||
inputs.files(tasks.bootJar)
|
||||
}
|
||||
// Workaround for https://github.com/jreleaser/jreleaser/issues/1231
|
||||
tasks.jreleaserFullRelease {
|
||||
inputs.files(tasks.bootJar)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue