mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-4685: Fixing Gradle warnings
This commit is contained in:
parent
715a8ba335
commit
d0b29b0dab
13 changed files with 37 additions and 29 deletions
|
@ -19,8 +19,10 @@ 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.8
|
||||
targetCompatibility = 1.8
|
||||
java {
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue