mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 14:11:59 +00:00
Upgrading to Jython 2.7.2
This commit is contained in:
parent
765bd8aa3d
commit
2ef6a778b4
@ -1,4 +1,4 @@
|
||||
DATA SEARCH IGNORE DIR: jython-2.7.0
|
||||
DATA SEARCH IGNORE DIR: jython-2.7.2
|
||||
EXCLUDE FROM GHIDRA JAR: true
|
||||
MODULE FILE LICENSE: lib/jython-standalone-2.7.1.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/jython-standalone-2.7.2.jar Jython License
|
||||
|
||||
|
@ -8,8 +8,8 @@ apply plugin: 'eclipse'
|
||||
eclipse.project.name = 'Features Python'
|
||||
|
||||
|
||||
def JYTHON = "org.python:jython-standalone:2.7.1"
|
||||
def JYTHON_DIR = "jython-2.7.1"
|
||||
def JYTHON = "org.python:jython-standalone:2.7.2"
|
||||
def JYTHON_DIR = "jython-2.7.2"
|
||||
|
||||
configurations {
|
||||
jython
|
||||
|
@ -27,7 +27,7 @@ import utilities.util.FileUtilities;
|
||||
*/
|
||||
public class PythonUtils {
|
||||
|
||||
public static final String PYTHON_NAME = "jython-2.7.1";
|
||||
public static final String PYTHON_NAME = "jython-2.7.2";
|
||||
public static final String PYTHON_CACHEDIR = "jython_cachedir";
|
||||
public static final String PYTHON_SRC = "python-src";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user