mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
GP-0: Fixing gradle compileJava error with GhidraDevPlugin build.gradle
This commit is contained in:
@@ -43,10 +43,6 @@ if (hasProperty("eclipsePDE")) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// We want GhidraDev to run with Eclipses launched with Java 8
|
|
||||||
sourceCompatibility = 1.8
|
|
||||||
targetCompatibility = 1.8
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':Utility')
|
api project(':Utility')
|
||||||
api project(':LaunchSupport')
|
api project(':LaunchSupport')
|
||||||
|
|||||||
Reference in New Issue
Block a user