Skip to content

Commit

Permalink
fix: no value has been configured for additionalApplicationConfig (#34)
Browse files Browse the repository at this point in the history
### What this PR does?
修复没有自定义配置时无法使用 haloServer 的问题

此问题由 #32 导致

```release-note
None
```
  • Loading branch information
guqing authored Nov 5, 2024
1 parent 46ecbe3 commit 95ac80a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public class DockerCreateContainer extends AbstractOpenApiDocsTask {
final DirectoryProperty pluginWorkplaceDir = getProject().getObjects().directoryProperty();

@InputFile
@Optional
@Getter
final RegularFileProperty additionalApplicationConfig =
getProject().getObjects().fileProperty();
Expand Down

0 comments on commit 95ac80a

Please sign in to comment.