mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-0: Fixing gradle compileJava error with GhidraDevPlugin build.gradle
This commit is contained in:
parent
5ecb9cdf80
commit
df9691faca
1 changed files with 0 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue