diff --git a/Ghidra/Framework/Utility/build.gradle b/Ghidra/Framework/Utility/build.gradle index a572882b37..c3de3b753c 100644 --- a/Ghidra/Framework/Utility/build.gradle +++ b/Ghidra/Framework/Utility/build.gradle @@ -21,7 +21,3 @@ apply from: "$rootProject.projectDir/gradle/javadoc.gradle" apply plugin: 'eclipse' eclipse.project.name = 'Framework Utility' - -// Restrict to Java 1.8 for compatibility with the GhidraDev Eclipse plugin. -sourceCompatibility = 1.8 -targetCompatibility = 1.8 diff --git a/GhidraBuild/LaunchSupport/build.gradle b/GhidraBuild/LaunchSupport/build.gradle index 8778d777fa..09adcd0328 100644 --- a/GhidraBuild/LaunchSupport/build.gradle +++ b/GhidraBuild/LaunchSupport/build.gradle @@ -19,8 +19,8 @@ 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 +sourceCompatibility = 1.8 +targetCompatibility = 1.8 rootProject.assembleDistribution { from (jar) { diff --git a/GhidraDocs/InstallationGuide.html b/GhidraDocs/InstallationGuide.html index 55b233aa82..432c08d994 100644 --- a/GhidraDocs/InstallationGuide.html +++ b/GhidraDocs/InstallationGuide.html @@ -133,7 +133,7 @@ destination using any unzip program (built-in OS utilities, 7-Zip, WinZip, WinRA