INT-1578 added source/target compatibility setting, but it's not clear yet that it has an impact
This commit is contained in:
@@ -85,6 +85,10 @@ configure(javaprojects) {
|
||||
apply plugin: 'eclipse' // `gradle eclipse` to generate .classpath/.project
|
||||
apply plugin: 'idea' // `gradle idea` to generate .ipr/.iml
|
||||
|
||||
// ensure JDK 5 compatibility
|
||||
sourceCompatibility=1.5
|
||||
targetCompatibility=1.5
|
||||
|
||||
// set up dedicated directories for jars and source jars.
|
||||
// this makes it easier when putting together the distribution
|
||||
libsBinDir = new File(libsDir, 'bin')
|
||||
|
||||
Reference in New Issue
Block a user