Skip to content

Commit

Permalink
Update to Ghidra 11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmagin committed Oct 9, 2024
1 parent 9f2f0ca commit b1fef12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.17
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 1.17
java-version: 1.21
- uses: er28-0652/setup-ghidra@master
with:
version: "11.1.2"
version: "11.2"

- name: Build Extension
working-directory: ./GhidraJupyterKotlin
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.17
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 1.17
java-version: 1.21
- uses: er28-0652/setup-ghidra@master
with:
version: "11.1.2"
version: "11.2"

- name: Build with Gradle
working-directory: ./GhidraJupyterKotlin
Expand Down
2 changes: 1 addition & 1 deletion GhidraJupyterKotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {


compileKotlin {
kotlinOptions.jvmTarget = "17"
kotlinOptions.jvmTarget = "21"
}
configurations {
requiredLibs //.extendsFrom implementation
Expand Down

0 comments on commit b1fef12

Please sign in to comment.