Skip to content

Commit e49e4a9

Browse files
committed
build(flatpak): add debug logging to inspect Gradle wrapper location
- Add `ls` and `find` commands to the Flatpak manifest to debug the directory structure and locate `gradle-wrapper.properties` during the build process.
1 parent 2c84342 commit e49e4a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packaging/flatpak/zed.rainxch.githubstore.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ modules:
4949
JAVA_HOME: /usr/lib/sdk/openjdk21
5050
GRADLE_USER_HOME: /run/build/githubstore/.gradle
5151
build-commands:
52+
# Debug: list what's in the build directory
53+
- ls -la && echo "---" && ls -la gradle/wrapper/ || echo "gradle/wrapper/ NOT FOUND" && find . -name "gradle-wrapper.properties" -maxdepth 4 2>/dev/null || true
5254
# Use local Gradle distribution (no network needed)
5355
- sed -i 's|distributionUrl=.*|distributionUrl=gradle-bin.zip|' gradle/wrapper/gradle-wrapper.properties
5456
# Rewrite settings.gradle.kts files to use offline Maven repository

0 commit comments

Comments
 (0)