mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -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 {
|
||||
api project(':Utility')
|
||||
api project(':LaunchSupport')
|
||||
|
||||
Reference in New Issue
Block a user