mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-08-08 07:40:39 -09:00
GP-6364: Upgrading yajsw to 13.18
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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")
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user