mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
Major refactoring of the gradle build system.
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
apply plugin: 'java'
|
||||
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
|
||||
targetCompatibility = 1.7
|
||||
|
||||
rootProject.assembleDistribution {
|
||||
from (jar) {
|
||||
into "support"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,2 @@
|
||||
##VERSION: 2.0
|
||||
.classpath||GHIDRA||||END|
|
||||
.project||GHIDRA||||END|
|
||||
build.gradle||GHIDRA||||END|
|
||||
|
||||
Reference in New Issue
Block a user