mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
GP-4685: Fixing Gradle warnings
This commit is contained in:
@@ -17,8 +17,10 @@ apply plugin: 'java-library'
|
||||
apply plugin: 'eclipse'
|
||||
eclipse.project.name = '_GhidraDocs'
|
||||
|
||||
sourceCompatibility = "${rootProject.JAVA_COMPILER}"
|
||||
targetCompatibility = "${rootProject.JAVA_COMPILER}"
|
||||
java {
|
||||
sourceCompatibility = "${rootProject.JAVA_COMPILER}"
|
||||
targetCompatibility = "${rootProject.JAVA_COMPILER}"
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
ghidraClass {
|
||||
|
||||
Reference in New Issue
Block a user