Fix missing development bundle paperclip task input
This commit is contained in:
parent
6c9ab905dc
commit
27957e759a
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class DevBundleTasks(
|
|||
|
||||
val paperclipForDevBundle by tasks.registering<CreatePaperclipJar> {
|
||||
bundlerJar.set(serverBundlerForDevBundle.flatMap { it.outputZip })
|
||||
libraryChangesJson.set(serverBundlerForDevBundle.flatMap { it.libraryChangesJson })
|
||||
}
|
||||
|
||||
val generateDevelopmentBundle by tasks.registering<GenerateDevBundle> {
|
||||
|
|
Loading…
Reference in a new issue