mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
GP-0: Fixing some project java version inconsistencies
This commit is contained in:
parent
9ab603fb2d
commit
269ea1ae7a
@ -18,6 +18,9 @@ eclipse.project.name = '_JsonDoclet'
|
||||
|
||||
apply plugin: 'java-library'
|
||||
|
||||
sourceCompatibility = "${rootProject.JAVA_COMPILER}"
|
||||
targetCompatibility = "${rootProject.JAVA_COMPILER}"
|
||||
|
||||
dependencies {
|
||||
api "com.google.code.gson:gson:2.9.0"
|
||||
}
|
||||
|
@ -15,6 +15,9 @@
|
||||
*/
|
||||
apply plugin: 'java-library'
|
||||
|
||||
sourceCompatibility = "${rootProject.JAVA_COMPILER}"
|
||||
targetCompatibility = "${rootProject.JAVA_COMPILER}"
|
||||
|
||||
//This project requires the eclpse PDE plugin. To create eclipse files for this project, run
|
||||
// "gradle eclipse -PeclipsePDE"
|
||||
if (hasProperty("eclipsePDE")) {
|
||||
|
@ -17,6 +17,9 @@ apply plugin: 'java-library'
|
||||
apply plugin: 'eclipse'
|
||||
eclipse.project.name = '_GhidraDocs'
|
||||
|
||||
sourceCompatibility = "${rootProject.JAVA_COMPILER}"
|
||||
targetCompatibility = "${rootProject.JAVA_COMPILER}"
|
||||
|
||||
sourceSets {
|
||||
ghidraClass {
|
||||
java {
|
||||
|
Loading…
Reference in New Issue
Block a user