Skip to content

Commit

Permalink
fixes for native build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Nov 17, 2024
1 parent 987419f commit 5bae2fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Quarkus Hilla Native Validation
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
- cron: '0 2 * * 3'
pull_request_target:
types: [opened, synchronize, reopened, edited]
permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

import java.util.UUID;

import io.quarkus.runtime.annotations.RegisterForReflection;

@RegisterForReflection
public class UserPOJO {

private String id;
Expand Down

0 comments on commit 5bae2fd

Please sign in to comment.