Skip to content

Commit

Permalink
Build for Ghidra 11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kotcrab committed Nov 3, 2024
1 parent 4b84336 commit e3a9c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
strategy:
fail-fast: false
matrix:
ghidra: [ '11.1', '11.1.1', '11.1.2' ]
ghidra: [ '11.2' ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: temurin
cache: gradle
- name: Setup Ghidra
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
}

kotlin {
jvmToolchain(17)
jvmToolchain(21)
}

def ghidraUserDir
Expand Down

0 comments on commit e3a9c19

Please sign in to comment.