mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-18 00:20:10 +00:00
Set source and target compatibility to 11 for extensions
This commit is contained in:
parent
eaf6ab250d
commit
4ef1da7053
@ -27,6 +27,11 @@ artifacts {
|
||||
helpPath jar
|
||||
}
|
||||
|
||||
compileJava {
|
||||
sourceCompatibility = ghidraProps.getProperty('application.java.compiler')
|
||||
targetCompatibility = ghidraProps.getProperty('application.java.compiler')
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'lib', include: "*.jar")
|
||||
compile fileTree(dir: ghidraDir + '/Framework', include: "**/*.jar")
|
||||
|
Loading…
Reference in New Issue
Block a user