From b8afa509d6115019e96d25a6a915544268b6934d Mon Sep 17 00:00:00 2001 From: anirudh Date: Thu, 31 Oct 2024 13:56:20 +0530 Subject: [PATCH] build: enable url protocols for native image --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6819b0b..28ea430 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,6 +32,8 @@ jobs: run: | cd tahini native-image \ + --enable-url-protocols=http \ + --enable-url-protocols=https \ -H:IncludeResources="stdlib/.*" \ -jar app/build/libs/app.jar tahini @@ -40,6 +42,8 @@ jobs: run: | cd tahini native-image ` + --enable-url-protocols=http ` + --enable-url-protocols=https ` -H:IncludeResources="stdlib/.*" ` -jar app/build/libs/app.jar tahini