mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
7 lines
No EOL
233 B
Groovy
7 lines
No EOL
233 B
Groovy
apply plugin: 'eclipse'
|
|
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 |