mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-4685: Fixing Gradle warnings
This commit is contained in:
@@ -18,8 +18,10 @@ eclipse.project.name = '_JsonDoclet'
|
||||
|
||||
apply plugin: 'java-library'
|
||||
|
||||
sourceCompatibility = "${rootProject.JAVA_COMPILER}"
|
||||
targetCompatibility = "${rootProject.JAVA_COMPILER}"
|
||||
java {
|
||||
sourceCompatibility = "${rootProject.JAVA_COMPILER}"
|
||||
targetCompatibility = "${rootProject.JAVA_COMPILER}"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api "com.google.code.gson:gson:2.9.0"
|
||||
|
||||
Reference in New Issue
Block a user