ghidra/GhidraBuild/LaunchSupport/build.gradle
2019-03-26 13:46:51 -04:00

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