Skip to content

Commit

Permalink
Merge pull request #90 from DimitriPilot3/pr-build-for-ghidra-11.2
Browse files Browse the repository at this point in the history
Provide a build for Ghidra 11.2, and prepare for upcoming Ghidra 11.3 release
  • Loading branch information
encounter authored Nov 24, 2024
2 parents 4139646 + 4687c5a commit 0ff5e88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Run Gradle on PRs
on:
pull_request:
push:
workflow_dispatch:
jobs:
gradle:
runs-on: ubuntu-latest
Expand All @@ -10,11 +11,11 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- uses: antoniovazquezblanco/[email protected].5
java-version: '21'
- uses: antoniovazquezblanco/[email protected].6
with:
auth_token: ${{ secrets.GITHUB_TOKEN }}
version: 11.1.2
version: 11.3
- name: Execute Gradle build
run: ./gradlew -PGHIDRA_INSTALL_DIR=${{ env.GHIDRA_INSTALL_DIR }}
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.1.5
version=1.3.0

0 comments on commit 0ff5e88

Please sign in to comment.