Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

Commit 63732b3

Browse files
committed
Use gradle instead of gradlew in build workflow
Replaces the use of the Gradle wrapper (gradlew) with the system-installed gradle command in the GitHub Actions build workflow.
1 parent 1cecf19 commit 63732b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "GHIDRA_INSTALL_DIR=$GHIDRA_DIR" >> $GITHUB_ENV
3232
3333
- name: Build with Gradle
34-
run: ./gradlew build -PGHIDRA_INSTALL_DIR=$GHIDRA_INSTALL_DIR
34+
run: ./gradle build -PGHIDRA_INSTALL_DIR=$GHIDRA_INSTALL_DIR
3535

3636
- name: Upload build artifacts
3737
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)