mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-02-05 19:15:12 +08:00
GP-0: Framework Utility now requires Java 11+ instead of Java 8+.
LaunchSupport now requires Java 8+ instead of Java 7+.
This commit is contained in:
@@ -19,8 +19,8 @@ eclipse.project.name = '_LaunchSupport'
|
||||
|
||||
// This should run in the oldest version of Java possible to maximize the odds of it running on a
|
||||
// user's system.
|
||||
sourceCompatibility = 1.7
|
||||
targetCompatibility = 1.7
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
rootProject.assembleDistribution {
|
||||
from (jar) {
|
||||
|
||||
Reference in New Issue
Block a user