GP-6364: Upgrading yajsw to 13.18

This commit is contained in:
Ryan Kurtz
2026-01-22 14:35:08 -05:00
parent 54595b8d0f
commit 6cec048b15
3 changed files with 5 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
DATA SEARCH IGNORE DIR: yajsw-stable-13.12 DATA SEARCH IGNORE DIR: yajsw-stable-13.18
EXCLUDE FROM GHIDRA JAR: true EXCLUDE FROM GHIDRA JAR: true

View File

@@ -21,7 +21,7 @@ apply plugin: 'eclipse'
eclipse.project.name = 'Features GhidraServer' eclipse.project.name = 'Features GhidraServer'
def yajswRelease = "yajsw-stable-13.12" def yajswRelease = "yajsw-stable-13.18"
configurations { configurations {
runGhidraServer runGhidraServer

View File

@@ -90,9 +90,9 @@ ext.deps = [
destination: FLAT_REPO_DIR destination: FLAT_REPO_DIR
], ],
[ [
name: "yajsw-stable-13.12.zip", name: "yajsw-stable-13.18.zip",
url: "https://sourceforge.net/projects/yajsw/files/yajsw/yajsw-stable-13.12/yajsw-stable-13.12.zip", url: "https://sourceforge.net/projects/yajsw/files/yajsw/yajsw-stable-13.18/yajsw-stable-13.18.zip",
sha256: "c6fc59815d3800d14ec977926a8afd3f606a0ebd74d2cfd60601677466edeaa2", sha256: "50b34e9817c54b2970fa511ff4584f6556c179f69833aa8b9b1ff6485b61684f",
destination: file("${DEPS_DIR}/GhidraServer") destination: file("${DEPS_DIR}/GhidraServer")
], ],
[ [