Modify bundletool workflow for native image build

Added executable permission to gradlew script and removed static option from native-image build step.
This commit is contained in:
Izzy
2025-11-14 11:32:06 -05:00
committed by GitHub
parent e2580ae2cc
commit 3f49adec8a
+2 -2
View File
@@ -30,8 +30,9 @@ jobs:
curl -L -o bundletool.zip https://github.com/google/bundletool/archive/refs/heads/master.zip
unzip bundletool.zip
mv bundletool-master bundletool-src
chmod +x bundletool-src/gradlew
- name: Build bundletool.jar
- name: Build bundletool.jar (using bundletools own Gradle)
working-directory: bundletool-src
run: |
./gradlew build -x test
@@ -41,7 +42,6 @@ jobs:
run: |
native-image \
--no-fallback \
--static \
-jar bundletool.jar \
bundletool