GP-0: Fixing gradle compileJava error with GhidraDevPlugin build.gradle

This commit is contained in:
Ryan Kurtz 2021-12-01 13:00:03 -05:00
parent 5ecb9cdf80
commit df9691faca

View File

@ -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')