jni stuff
This commit is contained in:
@@ -38,6 +38,11 @@ subprojects {
|
||||
include '**/*'
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
sourceCompatibility = "1.7"
|
||||
targetCompatibility = "1.7"
|
||||
}
|
||||
|
||||
eclipseProject.dependsOn copySettings
|
||||
|
||||
// create emacs JDEE project settings
|
||||
|
||||
Reference in New Issue
Block a user