Skip to content

Commit

Permalink
Add missing reflection configs. Temporarily enable gradle cache write.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Aug 14, 2024
1 parent d9097f9 commit aebff96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- uses: gradle/actions/setup-gradle@v4
with:
cache-read-only: false # TODO remove

- name: Build GraalVM native executable
run: ./gradlew nativeCompile --no-configuration-cache
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/native-image/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@
{
"name":"io.github.reactivecircus.kstreamlined.backend.schema.generated.types.KotlinWeekly",
"queryAllDeclaredMethods":true,
"methods":[{"name":"getContentUrl","parameterTypes":[] }, {"name":"getId","parameterTypes":[] }, {"name":"getPublishTime","parameterTypes":[] }, {"name":"getTitle","parameterTypes":[] }]
"methods":[{"name":"getContentUrl","parameterTypes":[] }, {"name":"getId","parameterTypes":[] }, {"name":"getIssueNumber","parameterTypes":[] }, {"name":"getPublishTime","parameterTypes":[] }, {"name":"getTitle","parameterTypes":[] }]
},
{
"name":"io.github.reactivecircus.kstreamlined.backend.schema.generated.types.KotlinWeeklyIssueEntry",
Expand All @@ -974,7 +974,7 @@
{
"name":"io.github.reactivecircus.kstreamlined.backend.schema.generated.types.TalkingKotlin",
"queryAllDeclaredMethods":true,
"methods":[{"name":"getContentUrl","parameterTypes":[] }, {"name":"getDuration","parameterTypes":[] }, {"name":"getId","parameterTypes":[] }, {"name":"getPublishTime","parameterTypes":[] }, {"name":"getSummary","parameterTypes":[] }, {"name":"getThumbnailUrl","parameterTypes":[] }, {"name":"getTitle","parameterTypes":[] }]
"methods":[{"name":"getAudioUrl","parameterTypes":[] }, {"name":"getContentUrl","parameterTypes":[] }, {"name":"getDuration","parameterTypes":[] }, {"name":"getId","parameterTypes":[] }, {"name":"getPublishTime","parameterTypes":[] }, {"name":"getSummary","parameterTypes":[] }, {"name":"getThumbnailUrl","parameterTypes":[] }, {"name":"getTitle","parameterTypes":[] }]
},
{
"name":"io.ktor.client.HttpClient",
Expand Down

0 comments on commit aebff96

Please sign in to comment.